summaryrefslogtreecommitdiffstats
path: root/src/glx/apple/apple_glx.h
diff options
context:
space:
mode:
authorJeremy Huddleston <[email protected]>2011-10-21 00:22:40 -0700
committerJeremy Huddleston <[email protected]>2011-10-21 00:34:06 -0700
commit9f2abbee6215d89e48b7fe042f8a905997f5c232 (patch)
tree372bdc82089b5f60c1feaa1bdac3950af39ba1bd /src/glx/apple/apple_glx.h
parent098ecfad83a63bd8eb04c37f268c18d8744dff2c (diff)
apple: Use the correct (OpenGL.framework) glViewport and glScissor during init
Signed-off-by: Jeremy Huddleston <[email protected]>
Diffstat (limited to 'src/glx/apple/apple_glx.h')
-rw-r--r--src/glx/apple/apple_glx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glx/apple/apple_glx.h b/src/glx/apple/apple_glx.h
index c70fc009dd5..ce8c4884d1a 100644
--- a/src/glx/apple/apple_glx.h
+++ b/src/glx/apple/apple_glx.h
@@ -46,5 +46,6 @@ void apple_glx_waitx(Display * dpy, void *ptr);
int apple_get_dri_event_base(void);
void apple_glapi_set_dispatch(void);
+void apple_glapi_oglfw_viewport_scissor(GLint x, GLint y, GLsizei width, GLsizei height);
#endif