summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-10
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2002-10-28 20:41:47 +0000
committerTor Lillqvist <tml@src.gnome.org>2002-10-28 20:41:47 +0000
commit71737f4d1404f18a4682ce9d0ec687c08d23765b (patch)
tree79a27e0b8dedf207c2c0812cd70223a2706e3d93 /ChangeLog.pre-2-10
parent34579a11b3a06f3a88d90d8b60c02cdde34afb19 (diff)
downloadgdk-pixbuf-71737f4d1404f18a4682ce9d0ec687c08d23765b.tar.gz
Don't call GetWindowLong for GWL_EXSTYLE, the extended window style wasn't
2002-10-28 Tor Lillqvist <tml@iki.fi> * gdk/win32/gdkwindow-win32.c (gdk_window_set_decorations, gdk_window_set_functions): Don't call GetWindowLong for GWL_EXSTYLE, the extended window style wasn't used or changed. After setting the window style with SetWindowLong, call SetWindowPos with the SWP_FRAMECHANGED flag for the window to actually be updated, as Platform SDK docs say one should. (#95812, huzheng)
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r--ChangeLog.pre-2-1010
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 0167549c5..c6956253a 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,13 @@
+2002-10-28 Tor Lillqvist <tml@iki.fi>
+
+ * gdk/win32/gdkwindow-win32.c (gdk_window_set_decorations,
+ gdk_window_set_functions): Don't call GetWindowLong for
+ GWL_EXSTYLE, the extended window style wasn't used or
+ changed. After setting the window style with SetWindowLong, call
+ SetWindowPos with the SWP_FRAMECHANGED flag for the window to
+ actually be updated, as Platform SDK docs say one should. (#95812,
+ huzheng)
+
2002-10-25 Dmitry G. Mastrukov <dmitry@taurussoft.org>
* configure.in: Added Belorusian (be) translation to ALL_LINGUAS.