]> Dogcows Code - chaz/openbox/blobdiff - render/font.h
3.4.0
[chaz/openbox] / render / font.h
index 26affc9e643b3a9a9cc1deac95bbba8e593e29f2..e3081dc28e1cc0e68b076140ee8db8b82947ab2e 100644 (file)
@@ -28,6 +28,7 @@ struct _RrFont {
     gint ref;
     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 */
     gint descent; /*!< The font's descent in pango-units */
 };
This page took 0.022208 seconds and 4 git commands to generate.