Magellan Linux

Contents of /trunk/libcm/patches/libcm-glx-front-left-ext-20060414.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (show annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years ago) by niro
File size: 512 byte(s)
-import

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