summaryrefslogtreecommitdiff
path: root/src/Font.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-09-06 16:14:55 +0000
committerDana Jansens <danakj@orodu.net>2002-09-06 16:14:55 +0000
commit02c028d8ae0a80206eeb97c662cd3ceebf900977 (patch)
tree5f412544ec53dabd98f693f2a113e01ae6e807dc /src/Font.hh
parenta0537f89e71118a7e6a777ccdc38587170efc345 (diff)
(optional) drop shadows for fonts
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);