quartz: fix manual window move

We need to have gdk skip standard processing of events when we are in
manual move in addition to manual resize.

https://bugzilla.gnome.org/show_bug.cgi?id=720357
This commit is contained in:
Ryan Lortie
2013-12-12 20:18:01 -05:00
parent dae65b7c62
commit 394fe4b57e
3 changed files with 10 additions and 6 deletions

View File

@ -37,7 +37,7 @@
-(BOOL)isInMove;
-(void)beginManualMove;
-(BOOL)trackManualMove;
-(BOOL)isInManualResize;
-(BOOL)isInManualResizeOrMove;
-(void)beginManualResize;
-(BOOL)trackManualResize;
-(void)showAndMakeKey:(BOOL)makeKey;