]> Dogcows Code - chaz/openbox/commitdiff
gotta iron out this pressed button crap
authorMarius Nita <marius@cs.pdx.edu>
Thu, 14 Nov 2002 11:43:08 +0000 (11:43 +0000)
committerMarius Nita <marius@cs.pdx.edu>
Thu, 14 Nov 2002 11:43:08 +0000 (11:43 +0000)
otk/style.hh

index 2eb214c577fb7e119187c25e4ba2ea624a1ef255..4128d93ef7f549c1dec3d3c18ccd611810394d92 100644 (file)
@@ -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; }
 
This page took 0.027348 seconds and 4 git commands to generate.