X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2FFont.hh;h=6f6431ef276af8d83723a0f677f79c6a34678600;hb=1e36acfd9198a7d8cbad4eef094e15a03eebc291;hp=8f3856b61de30570f19f6d9ac0f87479be024f50;hpb=402e229e76dfd8b4cda8b7cf1fccaec5acf7570c;p=chaz%2Fopenbox 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);