summaryrefslogtreecommitdiff
path: root/src/Font.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Font.hh')
-rw-r--r--src/Font.hh3
1 files changed, 2 insertions, 1 deletions
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);