From 0c41ab3c208970a68e9d0e0d0471c450542e23a3 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 25 Apr 2007 18:04:15 +0000 Subject: make rendering the shortcuts much faster --- render/font.h | 1 + 1 file changed, 1 insertion(+) (limited to 'render/font.h') diff --git a/render/font.h b/render/font.h index 26affc9e..e3081dc2 100644 --- a/render/font.h +++ b/render/font.h @@ -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 */ }; -- cgit v1.2.3