Added allocation failure checks in shadow_picture and caused it to exit
[dana/xcompmgr.git] / ChangeLog
index f9abcd0..556f0f0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2004-09-17  Dan Doel  <dolio@case.edu>
+
+       * xcompmgr.c: (shadow_picture):
+       Added some tests to check for failed pixmap/picture/gc allocations and
+       exit appropriately.
+
+2004-09-14  Adam Jackson  <ajax@freedesktop.org>
+
+       * xcompmgr.c:
+       Bug #1360: Fix a segfault by checking the return value of XQueryTree.
+       (Johan Kiviniemi)
+
 2004-09-10  Adam Jackson  <ajax@freedesktop.org>
 
        * xcompmgr.c: