Leave AppKit events unhandled

This commit is contained in:
Richard Hult 2009-01-29 14:05:54 +01:00 committed by Alexander Larsson
parent 0fc2c36ee7
commit 3d72fe16c0

View 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. */