X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2FFont.hh;h=e29f41b114550ae6aa039cfb0b03b99624617bfb;hb=01a6d810b6b35288410ed43819a940749d92362f;hp=9f083db9d306845afa68e0e04de9441dfd71234f;hpb=20bc088a998a362977233086577d74d00eea8765;p=chaz%2Fopenbox diff --git a/src/Font.hh b/src/Font.hh index 9f083db9..e29f41b1 100644 --- a/src/Font.hh +++ b/src/Font.hh @@ -71,6 +71,7 @@ private: #ifdef XFT bool _antialias; + bool _shadow; XftFont *_xftfont; @@ -95,7 +96,7 @@ public: #ifdef XFT // loads an Xft font BFont(Display *d, BScreen *screen, const std::string &family, int size, - bool bold, bool italic, bool antialias = True); + bool bold, bool italic, bool shadow, bool antialias = True); #endif // loads a standard X font BFont(Display *d, BScreen *screen, const std::string &xlfd);