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:
Alexander Larsson
2008-12-18 11:30:10 +01:00
committed by Alexander Larsson
parent a38e797941
commit f6e1b0ac17
4 changed files with 170 additions and 144 deletions

View File

@ -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);