repo.or.cz
/
adiumx.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merged [21073]: When encoding an icon to JPEG, start off at 100% quality. If that...
[adiumx.git]
/
Source
/
AIWindowDraggingView.h
blob
c45ff6b7d3f3e68d3b481bb8d58d1969b1be5fbf
1
//
2
// AIWindowDraggingView.h
3
// Adium
4
//
5
// Created by Evan Schoenberg on 3/6/06.
6
//
7
8
@interface AIWindowDraggingView
:
NSView
{
9
NSPoint originalMouseLocation
;
10
NSRect windowFrame
;
11
BOOL inLeftMouseEvent
;
12
}
13
14
@end