make the internal window type more easily inheritable
[mikachu/openbox.git] / render / font.h
index e3081dc..07d648d 100644 (file)
@@ -26,7 +26,7 @@
 struct _RrFont {
     const RrInstance *inst;
     gint ref;
-    PangoFontDescription *font_desc; 
+    PangoFontDescription *font_desc;
     PangoLayout *layout; /*!< Used for measuring and rendering strings */
     PangoAttribute *shortcut_underline; /*< For underlining the shortcut key */
     gint ascent; /*!< The font's ascent in pango-units */