summaryrefslogtreecommitdiff
path: root/src/Font.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Font.hh')
-rw-r--r--src/Font.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Font.hh b/src/Font.hh
index 8f3856b6..6f6431ef 100644
--- a/src/Font.hh
+++ b/src/Font.hh
@@ -73,7 +73,7 @@ private:
bool _antialias;
bool _shadow;
unsigned char _offset;
- unsigned char _tint;
+ int _tint;
XftFont *_xftfont;
@@ -99,7 +99,7 @@ public:
// loads an Xft font
BFont(Display *d, BScreen *screen, const std::string &family, int size,
bool bold, bool italic, bool shadow, unsigned char offset,
- unsigned char tint, bool antialias = True);
+ int tint, bool antialias = True);
#endif
// loads a standard X font
BFont(Display *d, BScreen *screen, const std::string &xlfd);