GNOME Bugzilla – Bug 119217
missing state events for unmaximization
Last modified: 2011-02-04 16:16:03 UTC
gdk fails to emit a window state event when a toplevel is unmaximized. This was discovered when trying to hide the resize grip of a statusbar when its toplevel is maximized. Patch attached.
Created attachment 18940 [details] [review] patch for gdkevents-x11.c
I believe the setting of the variables should go higher up in the function, before the XGetWindowProperty(), as it is in gtk-2-2. Other than that it looks fine.