]> Pileus Git - ~andy/gtk/commitdiff
Leave AppKit events unhandled
authorRichard Hult <richard@imendio.com>
Thu, 29 Jan 2009 13:05:54 +0000 (14:05 +0100)
committerAlexander Larsson <alex@localhost.localdomain>
Thu, 2 Apr 2009 08:15:30 +0000 (10:15 +0200)
gdk/quartz/gdkevents-quartz.c

index d207082c875315329ea12694c36a72e6a6444163..bd56f6005e050df073bc7197fbdb812e627fa7d0 100644 (file)
@@ -1389,6 +1389,9 @@ gdk_event_translate (GdkEvent *event,
        * on the title. The subtype 20 is undocumented so it's probably
        * not a good idea: else if (subtype == 20) break_all_grabs ();
        */
+
+      /* Leave all AppKit events to AppKit. */
+      return FALSE;
     }
 
   /* Handle our generated "fake" crossing events. */