Revision: 149 http://trac.macosforge.org/projects/xquartz/changeset/149 Author: gstaplin@apple.com Date: 2009-02-16 14:47:06 -0800 (Mon, 16 Feb 2009) Log Message: ----------- Start adding XAppleDRIDestroyPixmap. Modified Paths: -------------- AppleSGLX/trunk/appledri.c AppleSGLX/trunk/appledri.h Modified: AppleSGLX/trunk/appledri.c =================================================================== --- AppleSGLX/trunk/appledri.c 2009-02-16 22:46:30 UTC (rev 148) +++ AppleSGLX/trunk/appledri.c 2009-02-16 22:47:06 UTC (rev 149) @@ -417,3 +417,6 @@ return True; } +void XAppleDRIDestroyPixmap(Display *dpy, Pixmap pixmap) { + +} Modified: AppleSGLX/trunk/appledri.h =================================================================== --- AppleSGLX/trunk/appledri.h 2009-02-16 22:46:30 UTC (rev 148) +++ AppleSGLX/trunk/appledri.h 2009-02-16 22:47:06 UTC (rev 149) @@ -116,6 +116,8 @@ int *width, int *height, size_t *size, char *bufname, size_t bufnamesize); +void XAppleDRIDestroyPixmap(Display *dpy, Pixmap pixmap); + _XFUNCPROTOEND #endif /* _APPLEDRI_SERVER_ */
participants (1)
-
source_changes@macosforge.org