summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-09-29 18:16:45 +0000
committerHavoc Pennington <hp@src.gnome.org>2003-09-29 18:16:45 +0000
commita889ff346907763f3e2a284bcfb9b1f89f603ad1 (patch)
treecd4abb359cc98885242cd5a045327a744291b084 /ChangeLog
parent320ef83bfcbfd0536bbf41df68e6a3ee0bf7bd2d (diff)
downloadmetacity-a889ff346907763f3e2a284bcfb9b1f89f603ad1.tar.gz
fix the 64-bit check not to use macros from the X tree that don't get set
2003-09-29 Havoc Pennington <hp@redhat.com> * src/xprops.c (cvtINT16toInt): fix the 64-bit check not to use macros from the X tree that don't get set * configure.in: check for sizes of various types
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 888fcb99..6fd653cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2003-09-29 Havoc Pennington <hp@redhat.com>
+ * src/xprops.c (cvtINT16toInt): fix the 64-bit check not to use
+ macros from the X tree that don't get set
+
+ * configure.in: check for sizes of various types
+
+2003-09-29 Havoc Pennington <hp@redhat.com>
+
* src/delete.c (meta_window_delete): don't move the focus after
you click the close button on a window. bug #108706