diff options
author | Jeremy Huddleston <[email protected]> | 2011-06-14 00:45:12 -0700 |
---|---|---|
committer | Jeremy Huddleston <[email protected]> | 2011-06-14 00:48:20 -0700 |
commit | a128355ecb5b782a69461a04991e4cffb32249db (patch) | |
tree | 7ba844ab2d0faa1e6e948075bea71495e8f22399 /src/glx/apple/apple_glx.c | |
parent | c17fb8539fcdeb6ebbc0c8a9ff010d1bc01b695f (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.c')
-rw-r--r-- | src/glx/apple/apple_glx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/glx/apple/apple_glx.c b/src/glx/apple/apple_glx.c index a76cb4cac1f..d94c1e0fb16 100644 --- a/src/glx/apple/apple_glx.c +++ b/src/glx/apple/apple_glx.c @@ -131,7 +131,6 @@ apple_init_glx(Display * dpy) } apple_cgl_init(); - apple_xgl_init_direct(); (void) apple_glx_get_client_id(); XAppleDRISetSurfaceNotifyHandler(surface_notify_handler); |