Merged [21073]: When encoding an icon to JPEG, start off at 100% quality. If that...
[adiumx.git] / Source / AIWindowDraggingView.h
blobc45ff6b7d3f3e68d3b481bb8d58d1969b1be5fbf
1 //
2 // AIWindowDraggingView.h
3 // Adium
4 //
5 // Created by Evan Schoenberg on 3/6/06.
6 //
8 @interface AIWindowDraggingView : NSView {
9 NSPoint originalMouseLocation;
10 NSRect windowFrame;
11 BOOL inLeftMouseEvent;
14 @end