From 9b6e5f9cf49df78be25720f9c4b33a733b856c9b Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 18 Jan 2003 07:23:28 +0000 Subject: provide RenderControls to all otk from the display class. initialize them all there. try use bitshifts instead of color tables in the TrueRenderControl class for finding correct rgbs. Move the image/pixmap/xftdraw into the surface class, and it maintains them, recreating them when it resizes. --- otk/widget.hh | 1 - 1 file changed, 1 deletion(-) (limited to 'otk/widget.hh') diff --git a/otk/widget.hh b/otk/widget.hh index 1cfa627f..33c6e99f 100644 --- a/otk/widget.hh +++ b/otk/widget.hh @@ -42,7 +42,6 @@ public: inline Window window(void) const { return _window; } inline const Widget *parent(void) const { return _parent; } inline const WidgetList &children(void) const { return _children; } - inline unsigned int screen(void) const { return _screen; } inline Rect rect(void) const { return Rect(_pos, size()); } void move(const Point &to); -- cgit v1.2.3