summaryrefslogtreecommitdiffstats
path: root/client/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/screen.h')
-rw-r--r--client/screen.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/client/screen.h b/client/screen.h
index 2b40d774..1d40e6c6 100644
--- a/client/screen.h
+++ b/client/screen.h
@@ -21,9 +21,9 @@
#include "common.h"
#include "region.h"
#include "red_key.h"
-#ifdef USE_OGL
+#ifdef USE_OPENGL
#include "GL/gl.h"
-#endif // USE_OGL
+#endif // USE_OPENGL
#include "red_window.h"
#include "platform.h"
@@ -95,7 +95,7 @@ public:
int get_id() { return _id;}
int get_screen_id();
-#ifdef USE_OGL
+#ifdef USE_OPENGL
void untouch_context();
bool need_recreate_context_gl();
void set_type_gl();