diff options
author | Tor Lillqvist <tml@iki.fi> | 2000-01-18 22:03:59 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2000-01-18 22:03:59 +0000 |
commit | cf51b4790e272363559d60fb4b6099fff12e1be1 (patch) | |
tree | 8bfc5701b9fca26f5a7184b6b5cb5faee3eb2b92 /ChangeLog.pre-2-2 | |
parent | b3a94afdd165e3335d227db9b3af82e1f1791c11 (diff) | |
download | gtk+-cf51b4790e272363559d60fb4b6099fff12e1be1.tar.gz |
The correct semantics (to mimic the X11 backend, which just calls
2000-01-19 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkwindow-win32.c (gdk_window_clear_area): The correct
semantics (to mimic the X11 backend, which just calls XClearArea)
is to check for zero width (and height), and in that case use the
window's width minus x (height minus y). This fixes for instance
some redraw problems with gtkclist, which were easily noticeable
in the gtk file selection widget.
(gdk_window_new): Don't set WS_EX_TOPMOST for dialog
windows.
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r-- | ChangeLog.pre-2-2 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 2612854a3a..f0a46a7b8b 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,15 @@ +2000-01-19 Tor Lillqvist <tml@iki.fi> + + * gdk/win32/gdkwindow-win32.c (gdk_window_clear_area): The correct + semantics (to mimic the X11 backend, which just calls XClearArea) + is to check for zero width (and height), and in that case use the + window's width minus x (height minus y). This fixes for instance + some redraw problems with gtkclist, which were easily noticeable + in the gtk file selection widget. + + (gdk_window_new): Don't set WS_EX_TOPMOST for dialog + windows. + 2000-01-13 Tor Lillqvist <tml@iki.fi> * configure.in |