projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9834a68
)
gotta iron out this pressed button crap
author
Marius Nita
<marius@cs.pdx.edu>
Thu, 14 Nov 2002 11:43:08 +0000
(11:43 +0000)
committer
Marius Nita
<marius@cs.pdx.edu>
Thu, 14 Nov 2002 11:43:08 +0000
(11:43 +0000)
otk/style.hh
patch
|
blob
|
history
diff --git
a/otk/style.hh
b/otk/style.hh
index 2eb214c577fb7e119187c25e4ba2ea624a1ef255..4128d93ef7f549c1dec3d3c18ccd611810394d92 100644
(file)
--- 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; }