all repos — openbox @ 0cb338e00d0af4a8b84012e491d464084bc58493

openbox fork - make it a bit more like ryudo

gotta iron out this pressed button crap
Marius Nita marius@cs.pdx.edu
commit

0cb338e00d0af4a8b84012e491d464084bc58493

parent

9834a687fc5180f0beba99bc15fe5763f5c20317

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M otk/style.hhotk/style.hh

@@ -110,7 +110,7 @@ inline BTexture *getButtonFocus(void) { return &b_focus; }

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; }