Displaying 2 results from an estimated 2 matches for "glxdestroyglxpixmap".
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 creat...
2009 Oct 14
0
[ANNOUNCE] compiz-0.8.4
...if Escape was pressed.
The screenshot plugin needs an image loader to write out png files,
reflect that in the metadata.
Allow overriding the placement mode on a per-window basis.
Pixmaps created using glXCreatePixmap must be destroyed using
glXDestroyPixmap, not glXDestroyGLXPixmap (according to GLX 1.4
spec, section 3.4.2).
Revert gravity adjustment made at MapRequest time at UnmapNotify time.
Support _NET_REQUEST_FRAME_EXTENTS client message.
Make setting the supported atoms list wrappable and use that for
advertising support for _NET_REQ...