diff options
author | Jeremy Huddleston <[email protected]> | 2010-04-02 00:54:57 -0700 |
---|---|---|
committer | Jeremy Huddleston <[email protected]> | 2010-04-27 11:26:51 -0700 |
commit | 163901bc7f89dc3a5c65d66b960f18dd561631c1 (patch) | |
tree | 374377f5bd493262165c323d4ca1292df810ec9b /src/glx/clientattrib.c | |
parent | 80b280db883edc9550484dba03bd5c124b6a9bf9 (diff) |
darwin: Use clientattrib
Signed-off-by: Jeremy Huddleston <[email protected]>
Diffstat (limited to 'src/glx/clientattrib.c')
-rw-r--r-- | src/glx/clientattrib.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/glx/clientattrib.c b/src/glx/clientattrib.c index a7dfb534860..b26c17938db 100644 --- a/src/glx/clientattrib.c +++ b/src/glx/clientattrib.c @@ -35,6 +35,7 @@ /*****************************************************************************/ +#ifndef GLX_USE_APPLEGL static void do_enable_disable(GLenum array, GLboolean val) { @@ -123,6 +124,7 @@ __indirect_glPopClientAttrib(void) return; } } +#endif void __glFreeAttributeState(__GLXcontext * gc) |