]> Dogcows Code - chaz/openbox/blobdiff - otk/style.hh
use the timer queue manager
[chaz/openbox] / otk / style.hh
index 2eb214c577fb7e119187c25e4ba2ea624a1ef255..ccf4e49a1bb0e6451b74d19a1037ea2a33c79303 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; }
 
@@ -123,6 +123,11 @@ public:
   inline unsigned int getBorderWidth(void) const { return border_width; }
 
   inline const BFont &getFont() const { return *font; }
+
+  inline void setShadowFonts(bool fonts) { shadow_fonts = fonts; }
+  inline bool hasShadowFonts(void) const { return shadow_fonts; }
+
+  inline void setAAFonts(bool fonts) { aa_fonts = fonts; }
   inline bool hasAAFonts(void) const { return aa_fonts; }
 
   inline TextJustify textJustify(void) { return justify; }
This page took 0.022451 seconds and 4 git commands to generate.