Return FALSE from reparent implementations to avoid #548993. Patch by Ed
2008-08-27 Matthias Clasen <mclasen@redhat.com> * gdk/x11/gdkwindow-x11.c: * gdk/win32/gdkwindow-win32.c: Return FALSE from reparent implementations to avoid #548993. Patch by Ed Catmur. svn path=/trunk/; revision=21215
This commit is contained in:
committed by
Matthias Clasen
parent
c2a194d3b1
commit
8f59f3adbb
@ -1465,7 +1465,7 @@ gdk_win32_window_reparent (GdkWindow *window,
|
||||
parent_private->children = g_list_prepend (parent_private->children, window);
|
||||
_gdk_window_init_position (GDK_WINDOW (window_private));
|
||||
|
||||
return TRUE;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user