[compiz] should call glxDestroyPixmap instead of glXDestroyGLXPixmap
Shuang He
shuang.he at intel.com
Thu Jun 18 00:44:50 PDT 2009
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
More information about the compiz
mailing list