diff options
author | Alexander Larsson <alexl@redhat.com> | 2008-12-18 11:30:10 +0100 |
---|---|---|
committer | Alexander Larsson <alex@localhost.localdomain> | 2009-04-02 10:15:16 +0200 |
commit | f6e1b0ac172eeaea7ea4805bae4e2253f359d00a (patch) | |
tree | 43cfa6bc0ce7a0ded5b638a9e0c631ab3880a961 /gdk/gdkwindowimpl.h | |
parent | a38e79794133e66c134c8fcd011bf9c1f1a4a7f0 (diff) | |
download | gtk+-f6e1b0ac172eeaea7ea4805bae4e2253f359d00a.tar.gz |
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
Diffstat (limited to 'gdk/gdkwindowimpl.h')
-rw-r--r-- | gdk/gdkwindowimpl.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdk/gdkwindowimpl.h b/gdk/gdkwindowimpl.h index dacaf747a7..d6bd1bb32c 100644 --- a/gdk/gdkwindowimpl.h +++ b/gdk/gdkwindowimpl.h @@ -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); |