Index: src/wspixmap.c =================================================================== RCS file: /cvs/gnome/libcm/src/wspixmap.c,v retrieving revision 1.18 diff -u -r1.18 wspixmap.c --- src/wspixmap.c 15 Mar 2006 22:34:34 -0000 1.18 +++ src/wspixmap.c 23 Mar 2006 14:55:55 -0000 @@ -41,6 +41,8 @@ if (pixmap->texture) { #ifdef HAVE_TFP +#define GLX_FRONT_LEFT_EXT 0x6005 + glXReleaseTexImageEXT (WS_RESOURCE_XDISPLAY (pixmap), pixmap->glx_pixmap, GLX_FRONT_LEFT_EXT);