diff options
author | Tor Lillqvist <tml@iki.fi> | 2002-02-13 21:59:47 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2002-02-13 21:59:47 +0000 |
commit | d000d2bb6de4b50a8ead060eef9dd91a265a1240 (patch) | |
tree | 5eccd48785d7a6749c7316183d571b8de53a7c80 /ChangeLog.pre-2-8 | |
parent | 803a1f6fbcbad1f3006681d0b8ac0748bbe61746 (diff) | |
download | gtk+-d000d2bb6de4b50a8ead060eef9dd91a265a1240.tar.gz |
Add some more GdkDebugFlags, for more fine-grained debugging output
2002-02-13 Tor Lillqvist <tml@iki.fi>
* gdk/gdkinternals.h: Add some more GdkDebugFlags, for more
fine-grained debugging output (mainly used in the Win32 backend).
* gdk/gdk.c: Corresponding additions to the gdk_debug_keys table.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 6ffe5b0296..183c1ccca6 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,10 @@ +2002-02-13 Tor Lillqvist <tml@iki.fi> + + * gdk/gdkinternals.h: Add some more GdkDebugFlags, for more + fine-grained debugging output (mainly used in the Win32 backend). + + * gdk/gdk.c: Corresponding additions to the gdk_debug_keys table. + Wed Feb 13 15:42:42 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtktooltips.[ch] gtkwidget.c: Implement Control-F1 @@ -1706,7 +1713,7 @@ Sat Jan 12 16:57:31 2002 Kristian Rietveld <kris@gtk.org> cursor, set the Windows cursor to none first. * gdk/win32/gdkgc-win32.c (predraw_set_foreground): Delete the old - brush that was in the DC, like the win32-procution branch does. I + brush that was in the DC, like the win32-production branch does. I guess this plugs a resource leak? With the HDC cache, the old brush might be something we created ourselves, and not a stock brush. And it doesn't do any harm to call DeleteObject on stock |