]> Dogcows Code - chaz/openbox/blobdiff - otk/rendercontrol.cc
missed one capitalization
[chaz/openbox] / otk / rendercontrol.cc
index ebd2cfc84b12711b8fbde0fcd21fbfccef9c3401..aae6c76bfa3a01f02b3c82f06c3f15f74de8c6e3 100644 (file)
@@ -38,7 +38,7 @@ RenderControl *RenderControl::getRenderControl(int 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.021911 seconds and 4 git commands to generate.