summaryrefslogtreecommitdiff
path: root/otk/imagecontrol.cc
diff options
context:
space:
mode:
Diffstat (limited to 'otk/imagecontrol.cc')
-rw-r--r--otk/imagecontrol.cc8
1 files changed, 4 insertions, 4 deletions
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,