X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Fimagecontrol.cc;h=09823b8e2499e8f30ed8ee0d3dead765727de8b3;hb=2b2f81b93c89c2a2d6abc3b12dee66b8e2a0452d;hp=07b1132c45123ecdc74766c3f961527bd5a4b4b6;hpb=1d897f432e54400cb2a0e1499712782b336fd728;p=chaz%2Fopenbox diff --git a/otk/imagecontrol.cc b/otk/imagecontrol.cc index 07b1132c..09823b8e 100644 --- a/otk/imagecontrol.cc +++ b/otk/imagecontrol.cc @@ -69,10 +69,10 @@ BImageControl::BImageControl(OBTimerQueueManager *timermanager, sqrt_table = (unsigned long *) 0; - screen_depth = screeninfo->getDepth(); - window = screeninfo->getRootWindow(); - screen_number = screeninfo->getScreenNumber(); - colormap = screeninfo->getColormap(); + screen_depth = screeninfo->depth(); + window = screeninfo->rootWindow(); + screen_number = screeninfo->screen(); + colormap = screeninfo->colormap(); int count; XPixmapFormatValues *pmv = XListPixmapFormats(OBDisplay::display,