summaryrefslogtreecommitdiffstats
path: root/src/glx/apple/gen_api_library.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'src/glx/apple/gen_api_library.tcl')
-rw-r--r--src/glx/apple/gen_api_library.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/apple/gen_api_library.tcl b/src/glx/apple/gen_api_library.tcl
index eb633c24cf6..2d47ebc20a9 100644
--- a/src/glx/apple/gen_api_library.tcl
+++ b/src/glx/apple/gen_api_library.tcl
@@ -179,7 +179,7 @@ proc main {argc argv} {
set body "[set return]__ogl_framework_api.[set f]([set callvars]);"
}
- puts $fd "GLAPI [dict get $attr return] APIENTRY gl[set f]([set pstr]) \{\n\t$body\n\}"
+ puts $fd "GLAPI [dict get $attr return] APIENTRY __apple_gl[set f]([set pstr]) \{\n\t$body\n\}"
}
puts $fd $::init_code