]> Dogcows Code - chaz/openbox/blobdiff - otk/style.hh
fixed bugs, got otkapp to select on a fd, modded widget to make use of otkapp, press...
[chaz/openbox] / otk / style.hh
index 4128d93ef7f549c1dec3d3c18ccd611810394d92..ccf4e49a1bb0e6451b74d19a1037ea2a33c79303 100644 (file)
@@ -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.02134 seconds and 4 git commands to generate.