MacFreeRDP: cleanup

This commit is contained in:
Benoît LeBlanc 2013-07-17 11:06:41 -04:00
parent 22b6878307
commit 83c69da98c
2 changed files with 0 additions and 5 deletions

View File

@ -62,7 +62,6 @@
char** argv;
NSPoint savedDragLocation;
BOOL mouseInClientArea;
BOOL firstCreateWindow;
BOOL isMoveSizeInProgress;
BOOL skipResizeOnce;

View File

@ -216,16 +216,12 @@ struct rgba_data
// Set the default cursor
currentCursor = [NSCursor arrowCursor];
mouseInClientArea = YES;
NSLog(@"SET mouseInClientArea: %d", mouseInClientArea);
initialized = YES;
}
}
- (void) setCursor: (NSCursor*) cursor
{
NSLog(@"Setcursor %@", cursor);
self->currentCursor = cursor;
[[self window] invalidateCursorRectsForView:self];