MacFreeRDP: cleanup
This commit is contained in:
parent
22b6878307
commit
83c69da98c
@ -62,7 +62,6 @@
|
||||
char** argv;
|
||||
|
||||
NSPoint savedDragLocation;
|
||||
BOOL mouseInClientArea;
|
||||
BOOL firstCreateWindow;
|
||||
BOOL isMoveSizeInProgress;
|
||||
BOOL skipResizeOnce;
|
||||
|
@ -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];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user