Ensure that we're properly hiding impl window if one of its parent non-impl windows are hidden
Also, add some debug printing code to list the GdkWindow tree
This commit is contained in:
committed by
Alexander Larsson
parent
a38e797941
commit
f6e1b0ac17
@ -43,8 +43,7 @@ struct _GdkWindowImplIface
|
||||
{
|
||||
GTypeInterface g_iface;
|
||||
|
||||
void (* show) (GdkWindow *window,
|
||||
gboolean raise);
|
||||
void (* show) (GdkWindow *window);
|
||||
void (* hide) (GdkWindow *window);
|
||||
void (* withdraw) (GdkWindow *window);
|
||||
void (* raise) (GdkWindow *window);
|
||||
|
||||
Reference in New Issue
Block a user