Modified: AppleSGLX/trunk/gen_api_library.tcl (178 => 179)
--- 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