summaryrefslogtreecommitdiff
path: root/glucose
diff options
context:
space:
mode:
authorAlan Hourihane <alanh@tungstengraphics.com>2007-10-16 17:06:31 +0100
committerAlan Hourihane <alanh@tungstengraphics.com>2007-10-16 17:06:31 +0100
commitfbd456dc799e86bbbcfb458280f238b836c4ab10 (patch)
treee235a581cf2cf3a8ab4f1cbc5c6f282e2464ad00 /glucose
parenta4ca4cb8a98a95ce9a6551635e461966a32cb43d (diff)
Disable for now.
Diffstat (limited to 'glucose')
-rw-r--r--glucose/glucose.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/glucose/glucose.c b/glucose/glucose.c
index e4fee2f53..d0f1993f1 100644
--- a/glucose/glucose.c
+++ b/glucose/glucose.c
@@ -730,8 +730,10 @@ glucoseCloseScreen (int index,
__pGlxClient = serverClient;
xglFiniPixmap (pScreenPriv->pScreenPixmap);
+#if 0
if (pPixmapPriv->pDamage)
DamageDestroy (pPixmapPriv->pDamage);
+#endif
#ifdef RENDER
int i;