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