]> Dogcows Code - chaz/openbox/blobdiff - src/Font.hh
Fixing the stupid case when an invalid key is given and epist would hog the keyboard
[chaz/openbox] / src / Font.hh
index 9f083db9d306845afa68e0e04de9441dfd71234f..e29f41b114550ae6aa039cfb0b03b99624617bfb 100644 (file)
@@ -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);
This page took 0.020741 seconds and 4 git commands to generate.