]> Dogcows Code - chaz/openbox/blobdiff - src/Screen.cc
changed OpenboxWindow to not have getFrameX/getWidth/etc functions, and to return...
[chaz/openbox] / src / Screen.cc
index 74c299d408534c03a4d5082b2e6fc2e82cf509c7..368a6e8f14d79e6a08d04ed63411072261d65459 100644 (file)
@@ -32,7 +32,6 @@
 
 #include <X11/Xatom.h>
 #include <X11/keysym.h>
-#include <assert.h>
 
 #include "i18n.h"
 #include "openbox.h"
@@ -230,7 +229,7 @@ BScreen::BScreen(Openbox &ob, int scrn) : ScreenInfo(ob, scrn), openbox(ob) {
   iconList = new LinkedList<OpenboxWindow>;
 
   image_control =
-    new BImageControl(&openbox, this, True, openbox.getColorsPerChannel(),
+    new BImageControl(openbox, *this, True, openbox.getColorsPerChannel(),
                       openbox.getCacheLife(), openbox.getCacheMax());
   image_control->installRootColormap();
   root_colormap_installed = True;
This page took 0.022906 seconds and 4 git commands to generate.