summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChris Wang <chris.wang@sun.com>2008-04-29 13:33:39 +0000
committerThomas James Alexander Thurman <tthurman@src.gnome.org>2008-04-29 13:33:39 +0000
commit2d895ce87550908a813589b7b4c2c7c05533a90a (patch)
treea8afe6e157d4df3d6d8f04ea746d08abcb8d0300 /ChangeLog
parenteacd44278733eea025109ee0fe1420e450bda882 (diff)
downloadmetacity-2d895ce87550908a813589b7b4c2c7c05533a90a.tar.gz
XGetWindowAttributes can return an error value, and if it does its other
2008-04-29 Chris Wang <chris.wang@sun.com> * src/core/window.c (meta_window_new): XGetWindowAttributes can return an error value, and if it does its other results are invalid! (#530485) svn path=/trunk/; revision=3698
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b531569a..c622fae8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-04-29 Chris Wang <chris.wang@sun.com>
+
+ * src/core/window.c (meta_window_new): XGetWindowAttributes
+ can return an error value, and if it does its other results
+ are invalid! (#530485)
+
2008-04-29 Thomas Thurman <tthurman@gnome.org>
* src/ui/fixedtip.[ch]: documentation