From 06de24ec6666578759eff2b348e50f5e8e20f3bd Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 20 Dec 2002 15:33:58 +0000 Subject: more api cleanups --- otk/style.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'otk/style.hh') diff --git a/otk/style.hh b/otk/style.hh index c024ade9..c0e0bbd9 100644 --- a/otk/style.hh +++ b/otk/style.hh @@ -137,7 +137,7 @@ public: inline void setImageControl(BImageControl *c) { image_control = c; - screen_number = c->getScreenInfo()->getScreenNumber(); + screen_number = c->getScreenInfo()->screen(); } inline unsigned int getScreen(void) { return screen_number; } -- cgit v1.2.3