summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-6
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2002-10-28 20:48:40 +0000
committerTor Lillqvist <tml@src.gnome.org>2002-10-28 20:48:40 +0000
commitae26d024769c5d4963151445e211a49fed059517 (patch)
treed8ce111614e5bf872bc4a9e1cafae66e791b4de5 /ChangeLog.pre-2-6
parent08fd58eda566d56fdfa9290d6da0d3e3ad16ac2d (diff)
downloadgtk+-ae26d024769c5d4963151445e211a49fed059517.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-6')
-rw-r--r--ChangeLog.pre-2-610
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 8d19800e3c..0baf157a88 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -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-28 Dmitry G. Mastrukov <dmitry@taurussoft.org>
* configure.in: Added Belorusian (be) to ALL_LINGUAS.