X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fscreen.cc;h=6158243af657ed938634e3f51e92b647e4e62264;hb=96a9196cbb71b7f8d5e3d98a92b2e59bb1b591a8;hp=2719deea10ae4d3318e456b143f8f87346eba5fa;hpb=b683a4e0efe470ab38b75a767b4ea2abf004626a;p=chaz%2Fopenbox diff --git a/src/screen.cc b/src/screen.cc index 2719deea..6158243a 100644 --- a/src/screen.cc +++ b/src/screen.cc @@ -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;