summaryrefslogtreecommitdiffstats
path: root/src/glx/apple/apple_glx.h
diff options
context:
space:
mode:
authorJeremy Huddleston <[email protected]>2012-04-28 23:19:42 -0700
committerJeremy Huddleston <[email protected]>2012-05-03 10:58:34 -0700
commit51691f0767f6a75a1f549cd979a878a0ad12a228 (patch)
tree86685afa697ba08d558e26c86ba5880c53c547d1 /src/glx/apple/apple_glx.h
parentcf5db0a418b63d71385b43897a7ea9be7bb785d1 (diff)
darwin: Use ASL for logging
Signed-off-by: Jeremy Huddleston <[email protected]>
Diffstat (limited to 'src/glx/apple/apple_glx.h')
-rw-r--r--src/glx/apple/apple_glx.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/glx/apple/apple_glx.h b/src/glx/apple/apple_glx.h
index ce8c4884d1a..0967f1812a0 100644
--- a/src/glx/apple/apple_glx.h
+++ b/src/glx/apple/apple_glx.h
@@ -38,7 +38,8 @@
#define XP_NO_X_HEADERS
#include <Xplugin.h>
-void apple_glx_diagnostic(const char *fmt, ...);
+#include "apple_glx_log.h"
+
xp_client_id apple_glx_get_client_id(void);
bool apple_init_glx(Display * dpy);
void apple_glx_swap_buffers(void *ptr);