From 033e9843bcec8340c9e657fe0f0519f86075424b Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 22 Jan 2003 22:46:16 +0000 Subject: otk using new render shit.. supposedly --- otk/renderstyle.hh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'otk/renderstyle.hh') diff --git a/otk/renderstyle.hh b/otk/renderstyle.hh index c23d45aa..ccdf3ebf 100644 --- a/otk/renderstyle.hh +++ b/otk/renderstyle.hh @@ -62,6 +62,8 @@ public: RenderStyle(int screen, const std::string &stylefile); virtual ~RenderStyle(); + inline int screen() const { return _screen; } + inline RenderColor *textFocusColor() const { return _text_color_focus; } inline RenderColor *textUnfocusColor() const { return _text_color_unfocus; } @@ -96,7 +98,7 @@ public: { return _button_unpress_unfocus; } inline RenderTexture *buttonPressFocusBackground() const { return _button_press_focus; } - inline RenderTexture *buttonPressUnfocusBackgrounf() const + inline RenderTexture *buttonPressUnfocusBackground() const { return _button_press_unfocus; } inline RenderTexture *gripdFocusBackground() const { return _grip_focus; } -- cgit v1.2.3