From fbd456dc799e86bbbcfb458280f238b836c4ab10 Mon Sep 17 00:00:00 2001 From: Alan Hourihane Date: Tue, 16 Oct 2007 17:06:31 +0100 Subject: [PATCH] Disable for now. --- glucose/glucose.c | 2 ++ 1 file changed, 2 insertions(+) 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;