Displaying 1 result from an estimated 1 matches for "glxcreateglxpixmap".
Did you mean:
x_glxcreateglxpixmap
2009 Jun 18
0
should call glxDestroyPixmap instead of glXDestroyGLXPixmap
Hi,
We've found that in compiz, glXDestroyGLXPixmap() is called in pair
with glXCreatePixmap(), but according to GLX 1.4 spec "however,
GLXPixmaps created by calls other than glXCreateGLXPixmap should not be
passed to glXDestroyGLXPixmap". so compiz should use glxDestroyPixmap
instead of glXDestroyGLXPixmap, since their pixmap is created by calling
glXCreatePixmap.
Thanks
--Shuang