diff options
Diffstat (limited to 'src/glx/apple/apple_glx.h')
-rw-r--r-- | src/glx/apple/apple_glx.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/glx/apple/apple_glx.h b/src/glx/apple/apple_glx.h index ce8c4884d1..0967f1812a 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); |