diff options
author | Tor Lillqvist <tml@src.gnome.org> | 1999-08-23 18:53:11 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 1999-08-23 18:53:11 +0000 |
commit | cf451eb4479173ffe7a82a1dc56a05624568997a (patch) | |
tree | ad7de0bd2698b073cd55139f3e92494db092afff /ChangeLog | |
parent | b52072a7f8d7abc4e9aefc1f8c045f9a63840365 (diff) | |
download | gtk+-cf451eb4479173ffe7a82a1dc56a05624568997a.tar.gz |
Fix from Simon Kelley: Set expose_count in GdkEventExposes correctly.
* gdk/win32/gdkevents.c (gdk_event_translate): Fix from Simon
Kelley: Set expose_count in GdkEventExposes correctly.
* gdk/win32/gdkwindow.c: Remove dead code (#ifdef
MULTIPLE_WINDOW_CLASSES).
* gdk/win32/gdkdraw.c (gdk_draw_line): Workaround from Hans Breuer
for bug in NT, apparently NT *does* draw the end pixel, too, in
LineTo with a one-pixel pen, so we don't have to do it ourselves.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +1999-08-23 Tor Lillqvist <tml@iki.fi> + + * gdk/win32/gdkevents.c (gdk_event_translate): Fix from Simon + Kelley: Set expose_count in GdkEventExposes correctly. + + * gdk/win32/gdkwindow.c: Remove dead code (#ifdef + MULTIPLE_WINDOW_CLASSES). + + * gdk/win32/gdkdraw.c (gdk_draw_line): Workaround from Hans Breuer + for bug in NT, apparently NT *does* draw the end pixel, too, in + LineTo with a one-pixel pen, so we don't have to do it ourselves. + 1999-08-21 Tor Lillqvist <tml@iki.fi> Improvements by Hans Breuer: |