summaryrefslogtreecommitdiffstats
path: root/client/screen.cpp
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2011-04-21 13:06:37 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2011-05-03 14:44:11 +0200
commite0c20725c8c7b516ed500b570fcf134534efd6b3 (patch)
treeca604891742f134e4d30390c97a3714e410fde8f /client/screen.cpp
parentc1b7ecac3f51a2818bf7abd00d27f0475b507ba1 (diff)
downloadspice-e0c20725c8c7b516ed500b570fcf134534efd6b3.tar.gz
spice-e0c20725c8c7b516ed500b570fcf134534efd6b3.tar.xz
spice-e0c20725c8c7b516ed500b570fcf134534efd6b3.zip
s/USE_OGL/USE_OPENGL
This is more explicit about what it does, and not much longer
Diffstat (limited to 'client/screen.cpp')
-rw-r--r--client/screen.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/client/screen.cpp b/client/screen.cpp
index d8b6dde4..f17a0ba2 100644
--- a/client/screen.cpp
+++ b/client/screen.cpp
@@ -892,7 +892,7 @@ int RedScreen::get_screen_id()
return _monitor ? _monitor->get_screen_id() : 0;
}
-#ifdef USE_OGL
+#ifdef USE_OPENGL
void RedScreen::untouch_context()
{
_window.untouch_context();
@@ -923,7 +923,7 @@ void RedScreen::interrupt_update()
_update_interrupt_trigger->trigger();
}
-#ifdef USE_OGL
+#ifdef USE_OPENGL
void RedScreen::set_type_gl()
{
_window.set_type_gl();
@@ -933,5 +933,5 @@ void RedScreen::unset_type_gl()
{
_window.unset_type_gl();
}
-#endif // USE_OGL
+#endif // USE_OPENGL