diff options
author | Tor Lillqvist <tml@iki.fi> | 2009-03-11 12:04:22 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2009-03-11 12:04:22 +0000 |
commit | 703a18c25fc4b1e8f06c4b9c8ea7cb74c06b3871 (patch) | |
tree | 5adb588f164b7243c55cb1e669a82c80a97ba91d /ChangeLog | |
parent | 8556432e1673af6a60874533f390c3f71be201fc (diff) | |
download | gtk+-703a18c25fc4b1e8f06c4b9c8ea7cb74c06b3871.tar.gz |
Bug 574794 - Can not resize shaped windows on Windows
2009-03-11 Tor Lillqvist <tml@iki.fi>
Bug 574794 - Can not resize shaped windows on Windows
* gdk/win32/gdkevents-win32.c (gdk_event_translate): On handling
WM_WINDOWPOSCHANGED, don't do anything if the position and size
hasn't changed. I am not exactly sure I understand why this helps
this particular bug.
svn path=/trunk/; revision=22511
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2009-03-11 Tor Lillqvist <tml@iki.fi> + + Bug 574794 - Can not resize shaped windows on Windows + + * gdk/win32/gdkevents-win32.c (gdk_event_translate): On handling + WM_WINDOWPOSCHANGED, don't do anything if the position and size + hasn't changed. I am not exactly sure I understand why this helps + this particular bug. + 2009-03-10 Matthias Clasen <mclasen@redhat.com> Bug 574561 – gtk_style_get "shadows" g_object_get |