X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=render%2Ffont.h;h=07d648d145a0b2cccf3f13bf5a96d33f1ad0013d;hb=dd8cb753c16a902b46400eb4e80288cbaa25ba99;hp=26affc9e643b3a9a9cc1deac95bbba8e593e29f2;hpb=2442cdfd85e5229c7ee4ac49ca66a7d55ffcb919;p=chaz%2Fopenbox diff --git a/render/font.h b/render/font.h index 26affc9e..07d648d1 100644 --- a/render/font.h +++ b/render/font.h @@ -26,8 +26,9 @@ 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 */ gint descent; /*!< The font's descent in pango-units */ };