]> Dogcows Code - chaz/openbox/blobdiff - src/screen.cc
otk::Timer-ng!! thanks ManMower for this shizznit!
[chaz/openbox] / src / screen.cc
index 2719deea10ae4d3318e456b143f8f87346eba5fa..6158243af657ed938634e3f51e92b647e4e62264 100644 (file)
@@ -75,8 +75,7 @@ Screen::Screen(int screen)
                 openbox->cursors().session);
 
   // initialize the shit that is used for all drawing on the screen
-  _image_control = new otk::ImageControl(openbox->timerManager(),
-                                         _info, true);
+  _image_control = new otk::ImageControl(_info, true);
   _image_control->installRootColormap();
   _root_cmap_installed = True;
 
This page took 0.024084 seconds and 4 git commands to generate.