Revision
149
Author
gstaplin@apple.com
Date
2009-02-16 14:47:06 -0800 (Mon, 16 Feb 2009)

Log Message

Start adding XAppleDRIDestroyPixmap.

Modified Paths

Diff

Modified: AppleSGLX/trunk/appledri.c (148 => 149)


--- 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 (148 => 149)


--- 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_ */