aboutsummaryrefslogtreecommitdiff
path: root/generic/tkZinc.c
diff options
context:
space:
mode:
authorlecoanet2005-09-13 10:10:39 +0000
committerlecoanet2005-09-13 10:10:39 +0000
commit7c6fc7daa205c435f8666311c5c13974c64e58ca (patch)
treefa82ce330b5932fa3812c80a4eb3b40280001e47 /generic/tkZinc.c
parentfe340ac104bb5daccbccd37f9a425a305b3ce403 (diff)
downloadtkzinc-7c6fc7daa205c435f8666311c5c13974c64e58ca.zip
tkzinc-7c6fc7daa205c435f8666311c5c13974c64e58ca.tar.gz
tkzinc-7c6fc7daa205c435f8666311c5c13974c64e58ca.tar.bz2
tkzinc-7c6fc7daa205c435f8666311c5c13974c64e58ca.tar.xz
The fix for the damage problem on i865 doesn't really work reliably. It is off
now. The real fix is not using damage at all on these plateforms. On Nvidia it is quite safe to use damage though.
Diffstat (limited to 'generic/tkZinc.c')
-rw-r--r--generic/tkZinc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkZinc.c b/generic/tkZinc.c
index 4fd4bfa..99018d7 100644
--- a/generic/tkZinc.c
+++ b/generic/tkZinc.c
@@ -8502,7 +8502,7 @@ Repair(ZnWInfo *wi)
CLEAR(wi->flags, ZN_CONFIGURE_EVENT);
/* Switch the GL buffers. */
-#ifdef GL_DAMAGE
+#if 0
glDisable(GL_BLEND);
glDisable(GL_STENCIL_TEST);
glDrawBuffer(GL_FRONT);