]> Dogcows Code - chaz/openbox/blobdiff - src/Font.hh
Allow variable tinting of the shadow. Use *.xft.tint: integer
[chaz/openbox] / src / Font.hh
index 8f3856b61de30570f19f6d9ac0f87479be024f50..6f6431ef276af8d83723a0f677f79c6a34678600 100644 (file)
@@ -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);
This page took 0.023695 seconds and 4 git commands to generate.