X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Fstyle.hh;h=4128d93ef7f549c1dec3d3c18ccd611810394d92;hb=30a23b645083b17736cb942e1452f06aad680111;hp=2eb214c577fb7e119187c25e4ba2ea624a1ef255;hpb=fb0dd6cf9a839f9990ac877bf1b3d469d883b463;p=chaz%2Fopenbox diff --git a/otk/style.hh b/otk/style.hh index 2eb214c5..4128d93e 100644 --- a/otk/style.hh +++ b/otk/style.hh @@ -110,7 +110,7 @@ public: inline BTexture *getButtonUnfocus(void) { return &b_unfocus; } inline BTexture *getButtonPressedFocus(void) - { return &b_pressed_focus; } + { return &b_pressed; } inline BTexture *getButtonPressedUnfocus(void) { return &b_pressed_unfocus; }