Fix gdk_window_has_no_impl typo

This commit is contained in:
Alexander Larsson 2009-01-26 15:45:17 +01:00 committed by Alexander Larsson
parent ca1aeff814
commit 32a070d09a

View File

@ -440,7 +440,7 @@ _gdk_window_has_impl (GdkWindow *window)
static gboolean static gboolean
gdk_window_has_no_impl (GdkWindowObject *window) gdk_window_has_no_impl (GdkWindowObject *window)
{ {
return window->impl_window; return window->impl_window != window;
} }
static void static void