quartz: GdkQuartzWindow -> GdkQuartzNSWindow was forgotten in one place

This commit is contained in:
Michael Natterer 2012-11-15 13:17:31 +01:00
parent ed5d7fed89
commit 18fdc975be

View File

@ -1378,9 +1378,9 @@ gdk_event_translate (GdkEvent *event,
}
/* Also when in a manual resize, we ignore events so that these are
* pushed to GdkQuartzWindow's sendEvent handler.
* pushed to GdkQuartzNSWindow's sendEvent handler.
*/
if ([(GdkQuartzWindow *)nswindow isInManualResize])
if ([(GdkQuartzNSWindow *)nswindow isInManualResize])
return FALSE;
/* Find the right GDK window to send the event to, taking grabs and