After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 119217 - missing state events for unmaximization
missing state events for unmaximization
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Backend: X11
2.2.x
Other other
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2003-08-05 23:51 UTC by Matthias Clasen
Modified: 2011-02-04 16:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch for gdkevents-x11.c (933 bytes, patch)
2003-08-05 23:52 UTC, Matthias Clasen
none Details | Review

Description Matthias Clasen 2003-08-05 23:51:21 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.
Comment 1 Matthias Clasen 2003-08-05 23:52:08 UTC
Created attachment 18940 [details] [review]
patch for gdkevents-x11.c
Comment 2 Owen Taylor 2003-08-07 20:18:33 UTC
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.