summaryrefslogtreecommitdiffstats
path: root/client/x11/x_platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/x11/x_platform.h')
-rw-r--r--client/x11/x_platform.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/x11/x_platform.h b/client/x11/x_platform.h
index c535652a..93debdcc 100644
--- a/client/x11/x_platform.h
+++ b/client/x11/x_platform.h
@@ -29,9 +29,9 @@ public:
static XVisualInfo** get_vinfo();
static RedDrawable::Format get_screen_format(int screen);
static XIC get_input_context();
-#ifdef USE_OGL
+#ifdef USE_OPENGL
static GLXFBConfig** get_fbconfig();
-#endif // USE_OGL
+#endif // USE_OPENGL
typedef void (*win_proc_t)(XEvent& event);
static void set_win_proc(Window win, win_proc_t proc);