summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@src.gnome.org>1999-08-21 00:41:24 +0000
committerTor Lillqvist <tml@src.gnome.org>1999-08-21 00:41:24 +0000
commitb52072a7f8d7abc4e9aefc1f8c045f9a63840365 (patch)
tree32388c0d055029caaeb7f173a9623f59e8430939 /ChangeLog
parent3c67e83bb5418d8e38280f23dabf2201a3a5b047 (diff)
downloadgtk+-b52072a7f8d7abc4e9aefc1f8c045f9a63840365.tar.gz
Improvements by Hans Breuer:
* gdk/win32/gdkwindow.c (RegisterGdkClass): New function * gdk/win32/gdkwindow.c (gdk_window_new): Use it. Don't set the CS_?REDRAW flags as they cause lots of (late) redraws when "show window contents while dragging" is turned on. Allocate at least one unique class for every GdkWindowType. If support for single window-specific icons is ever needed (eg. Dialog specific), every such window should get its own class.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fb29e87ea3..3eecbed996 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+1999-08-21 Tor Lillqvist <tml@iki.fi>
+
+ Improvements by Hans Breuer:
+
+ * gdk/win32/gdkwindow.c (RegisterGdkClass): New function
+
+ * gdk/win32/gdkwindow.c (gdk_window_new): Use it. Don't set the
+ CS_?REDRAW flags as they cause lots of (late) redraws when "show
+ window contents while dragging" is turned on. Allocate at least
+ one unique class for every GdkWindowType. If support for single
+ window-specific icons is ever needed (eg. Dialog specific), every
+ such window should get its own class.
+
1999-08-19 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkgc.c (gdk_gc_new_with_values): Fix a cut&paste