]> Dogcows Code - chaz/openbox/blobdiff - otk/font.hh
remove the border on the handle
[chaz/openbox] / otk / font.hh
index afc36deafa06f4599e19e049cc7c745ee41f3d17..16c47f27aed9f2c5c2c28e4cdcc03561ba264209 100644 (file)
@@ -57,10 +57,10 @@ public:
 
   inline const std::string &fontstring() const { return _fontstring; }
 
-  unsigned int height() const;
-  unsigned int maxCharWidth() const;
+  int height() const;
+  int maxCharWidth() const;
 
-  unsigned int measureString(const ustring &string) const;
+  int measureString(const ustring &string) const;
 
   // The RenderControl classes use the internal data to render the fonts, but
   // noone else needs it, so its private.
This page took 0.021103 seconds and 4 git commands to generate.