diff options
Diffstat (limited to 'src/screen.cc')
| -rw-r--r-- | src/screen.cc | 3 |
1 files changed, 1 insertions, 2 deletions
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; |
