]> Dogcows Code - chaz/openbox/blobdiff - otk/imagecontrol.cc
support the button pressed resources better
[chaz/openbox] / otk / imagecontrol.cc
index 07b1132c45123ecdc74766c3f961527bd5a4b4b6..09823b8e2499e8f30ed8ee0d3dead765727de8b3 100644 (file)
@@ -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,
This page took 0.025782 seconds and 4 git commands to generate.