[Xquartz-changes] [179] AppleSGLX/trunk/gen_api_library.tcl

source_changes at macosforge.org source_changes at macosforge.org
Thu Feb 19 15:55:11 PST 2009


Revision: 179
          http://trac.macosforge.org/projects/xquartz/changeset/179
Author:   gstaplin at apple.com
Date:     2009-02-19 15:55:11 -0800 (Thu, 19 Feb 2009)
Log Message:
-----------
Add gen_api_library.tcl that I missed in the last commit.  It's for the same changes.

Modified Paths:
--------------
    AppleSGLX/trunk/gen_api_library.tcl

Modified: AppleSGLX/trunk/gen_api_library.tcl
===================================================================
--- AppleSGLX/trunk/gen_api_library.tcl	2009-02-19 23:54:05 UTC (rev 178)
+++ AppleSGLX/trunk/gen_api_library.tcl	2009-02-19 23:55:11 UTC (rev 179)
@@ -124,8 +124,11 @@
     set sorted [lsort -dictionary [array names api]]
     
     set exclude [list DrawBuffer DrawBuffers DrawBuffersARB]
+
+    #These are special to glXMakeContextCurrent.
+    #See also: apple_xgl_api_read.c.    
+    lappend exclude ReadPixels CopyPixels CopyColorTable
     
-
     foreach f $sorted {
 	if {$f in $exclude} {
 	    continue
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/xquartz-changes/attachments/20090219/35cdc812/attachment-0001.html>


More information about the Xquartz-changes mailing list