]> Dogcows Code - chaz/openbox/blobdiff - otk/rendercontrol.cc
remove a XXX
[chaz/openbox] / otk / rendercontrol.cc
index 8046398e304fa7dad3ca5cefeaed4ae44be20675..aae6c76bfa3a01f02b3c82f06c3f15f74de8c6e3 100644 (file)
@@ -6,6 +6,7 @@
 
 #include "rendercontrol.hh"
 #include "truerendercontrol.hh"
+#include "pseudorendercontrol.hh"
 #include "rendertexture.hh"
 #include "rendercolor.hh"
 #include "display.hh"
@@ -34,10 +35,10 @@ RenderControl *RenderControl::getRenderControl(int screen)
     return new TrueRenderControl(screen);
   case PseudoColor:
   case StaticColor:
-//    return new PseudoRenderControl(screen);
+    return new PseudoRenderControl(screen);
   case GrayScale:
   case StaticGray:
-//    return new GrayRenderControl(screen);
+    return new PseudoRenderControl(screen);
   default:
     printf(_("RenderControl: Unsupported visual %d specified. Aborting.\n"),
           vclass);
This page took 0.024024 seconds and 4 git commands to generate.