[Xquartz-changes] [394] AppleSGLX/trunk

source_changes at macosforge.org source_changes at macosforge.org
Thu Dec 24 17:19:42 PST 2009


Revision: 394
          http://trac.macosforge.org/projects/xquartz/changeset/394
Author:   jeremyhu at freedesktop.org
Date:     2009-12-24 17:19:42 -0800 (Thu, 24 Dec 2009)
Log Message:
-----------
Add prototype and correct a comment

Modified Paths:
--------------
    AppleSGLX/trunk/apple_glx.h
    AppleSGLX/trunk/glx_empty.c

Modified: AppleSGLX/trunk/apple_glx.h
===================================================================
--- AppleSGLX/trunk/apple_glx.h	2009-12-25 01:18:12 UTC (rev 393)
+++ AppleSGLX/trunk/apple_glx.h	2009-12-25 01:19:42 UTC (rev 394)
@@ -44,5 +44,6 @@
 void apple_glx_swap_buffers(void *ptr);
 void *apple_glx_get_proc_address(const GLubyte * procname);
 void apple_glx_waitx(Display * dpy, void *ptr);
+int apple_get_dri_event_base(void);
 
 #endif

Modified: AppleSGLX/trunk/glx_empty.c
===================================================================
--- AppleSGLX/trunk/glx_empty.c	2009-12-25 01:18:12 UTC (rev 393)
+++ AppleSGLX/trunk/glx_empty.c	2009-12-25 01:19:42 UTC (rev 394)
@@ -224,7 +224,7 @@
    (void) dpy;
    (void) scrn;
    (void) pointer;
-#endif /* GLX_DIRECT_RENDERING */
+#endif /* __DRI_ALLOCATE */
 }
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/xquartz-changes/attachments/20091224/b9f1e620/attachment-0001.html>


More information about the Xquartz-changes mailing list