summaryrefslogtreecommitdiff
path: root/otk/style.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-12-26 17:22:53 +0000
committerDana Jansens <danakj@orodu.net>2002-12-26 17:22:53 +0000
commit2b2f81b93c89c2a2d6abc3b12dee66b8e2a0452d (patch)
tree2705227033d83d5fc9e1bbbde6143c7c6ab96fb7 /otk/style.hh
parent5029fc97c81c25c8934989722985e772079bc166 (diff)
support the button pressed resources better
Diffstat (limited to 'otk/style.hh')
-rw-r--r--otk/style.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/otk/style.hh b/otk/style.hh
index 95f9b487..d3b5903e 100644
--- a/otk/style.hh
+++ b/otk/style.hh
@@ -47,7 +47,7 @@ public:
l_focus, l_unfocus,
h_focus, h_unfocus,
b_focus, b_unfocus,
- b_pressed, b_pressed_focus, b_pressed_unfocus,
+ b_pressed_focus, b_pressed_unfocus,
g_focus, g_unfocus;
PixmapMask close_button, max_button, icon_button, stick_button;
@@ -103,7 +103,7 @@ public:
inline BTexture *getButtonUnfocus(void) { return &b_unfocus; }
inline BTexture *getButtonPressedFocus(void)
- { return &b_pressed; }
+ { return &b_pressed_focus; }
inline BTexture *getButtonPressedUnfocus(void)
{ return &b_pressed_unfocus; }