Revision: 179 http://trac.macosforge.org/projects/xquartz/changeset/179 Author: gstaplin@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