summaryrefslogtreecommitdiffstats
path: root/src/glx/apple/apple_glx.h
diff options
context:
space:
mode:
authorJeremy Huddleston <[email protected]>2011-06-14 00:45:12 -0700
committerJeremy Huddleston <[email protected]>2011-06-14 00:48:20 -0700
commita128355ecb5b782a69461a04991e4cffb32249db (patch)
tree7ba844ab2d0faa1e6e948075bea71495e8f22399 /src/glx/apple/apple_glx.h
parentc17fb8539fcdeb6ebbc0c8a9ff010d1bc01b695f (diff)
apple: Set the glapi dispatch table on context bind
Signed-off-by: Jeremy Huddleston <[email protected]>
Diffstat (limited to 'src/glx/apple/apple_glx.h')
-rw-r--r--src/glx/apple/apple_glx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/apple/apple_glx.h b/src/glx/apple/apple_glx.h
index 25f5ea66ee3..c70fc009dd5 100644
--- a/src/glx/apple/apple_glx.h
+++ b/src/glx/apple/apple_glx.h
@@ -45,6 +45,6 @@ void apple_glx_swap_buffers(void *ptr);
void apple_glx_waitx(Display * dpy, void *ptr);
int apple_get_dri_event_base(void);
-void apple_xgl_init_direct(void);
+void apple_glapi_set_dispatch(void);
#endif