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/render.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'render/render.h') diff --git a/render/render.h b/render/render.h index 26de9e48..da2361cc 100644 --- a/render/render.h +++ b/render/render.h @@ -126,7 +126,8 @@ struct _RrTextureText { gint shadow_offset_y; RrColor *shadow_color; gchar shadow_alpha; - gunichar shortcut; /*!< Underline this character */ + gboolean shortcut; /*!< Underline a character */ + guint shortcut_pos; /*!< Position in bytes of the character to underline */ }; struct _RrPixmapMask { -- cgit v1.2.3