diff options
author | Christophe Fergeau <cfergeau@redhat.com> | 2011-04-21 13:06:37 +0200 |
---|---|---|
committer | Christophe Fergeau <cfergeau@redhat.com> | 2011-05-03 14:44:11 +0200 |
commit | e0c20725c8c7b516ed500b570fcf134534efd6b3 (patch) | |
tree | ca604891742f134e4d30390c97a3714e410fde8f /client/application.h | |
parent | c1b7ecac3f51a2818bf7abd00d27f0475b507ba1 (diff) | |
download | spice-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/application.h')
-rw-r--r-- | client/application.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/application.h b/client/application.h index 4133dfe6..a08da13e 100644 --- a/client/application.h +++ b/client/application.h @@ -112,7 +112,7 @@ enum CanvasOption { #ifdef WIN32 CANVAS_OPTION_GDI, #endif -#ifdef USE_OGL +#ifdef USE_OPENGL CANVAS_OPTION_OGL_FBO, CANVAS_OPTION_OGL_PBUFF, #endif |