]> Dogcows Code - chaz/openbox/blobdiff - src/Font.hh
take out useless(?) assert
[chaz/openbox] / src / Font.hh
index e29f41b114550ae6aa039cfb0b03b99624617bfb..6f6431ef276af8d83723a0f677f79c6a34678600 100644 (file)
@@ -72,6 +72,8 @@ private:
 #ifdef XFT
   bool              _antialias;
   bool              _shadow;
+  unsigned char     _offset;
+  int               _tint;
 
   XftFont          *_xftfont;
 
@@ -96,7 +98,8 @@ public:
 #ifdef XFT
   // loads an Xft font
   BFont(Display *d, BScreen *screen, const std::string &family, int size,
-        bool bold, bool italic, bool shadow, bool antialias = True);
+        bool bold, bool italic, bool shadow, unsigned char offset, 
+        int tint, bool antialias = True);
 #endif
   // loads a standard X font
   BFont(Display *d, BScreen *screen, const std::string &xlfd);
This page took 0.021623 seconds and 4 git commands to generate.