summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@src.gnome.org>2008-08-05 00:17:42 +0000
committerTor Lillqvist <tml@src.gnome.org>2008-08-05 00:17:42 +0000
commit36a571570d700d1f574f0213dc22ee355a0ff7a7 (patch)
tree69332e4bc370ef9606481e79054a9daefe41267d /ChangeLog
parent5b97a905027f1c99570ee2e5456fc836805ad9f1 (diff)
downloadgtk+-36a571570d700d1f574f0213dc22ee355a0ff7a7.tar.gz
Trivialities.
svn path=/trunk/; revision=21004
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index f1514b3246..d22b812ba3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,14 +6,14 @@
2008-08-05 Tor Lillqvist <tml@novell.com>
* gtk/gtkgc.c: Cast tile, stipple and clip_mask pointers to
- gintptr when calculating hash, so we get all of the pointer bits
- on Win64 where long is 32 bits.
+ gintptr instead of long when calculating hash, so we get all of
+ the pointer bits on Win64 where long is 32 bits.
2008-08-05 Tor Lillqvist <tml@novell.com>
* gtk/gtkprintoperation-win32.c: Don't need to declare
- IPrintDialogCallback with mingw64 either. It seems to come with
- newer versions of the headers.
+ IPrintDialogCallback with mingw64 either. It seems to be provided
+ with the newer versions of the headers included with mingw64.
2008-08-05 Tor Lillqvist <tml@novell.com>