[Xquartz-changes] [149] AppleSGLX/trunk

source_changes at macosforge.org source_changes at macosforge.org
Mon Feb 16 14:47:06 PST 2009


Revision: 149
          http://trac.macosforge.org/projects/xquartz/changeset/149
Author:   gstaplin at 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_ */
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/xquartz-changes/attachments/20090216/cd605105/attachment-0001.html>


More information about the Xquartz-changes mailing list