diff options
author | Jeremy Huddleston <jeremyhu@apple.com> | 2010-04-01 11:18:42 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@apple.com> | 2010-04-01 12:33:47 -0700 |
commit | dbe8b013936d977ec63d6607bfd2fc6772d29787 (patch) | |
tree | e47e8c13b5a6e056c14778fe396c16ab65867284 /src/glx/clientattrib.c | |
parent | 23215ef4d60a86d9f3b3fdc08e3fdadc59e98890 (diff) |
apple: Integrate our libGL into the existing build system better
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
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 a7dfb53486..b26c17938d 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) |