From 138d3e38d88dbcb1426bd1eb0cd8c43dd01777ad Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 25 Apr 2007 01:32:43 +0000 Subject: add shortcuts for text rendering. it underlines the first character in the string that matches the shortcut --- render/render.h | 1 + 1 file changed, 1 insertion(+) (limited to 'render/render.h') diff --git a/render/render.h b/render/render.h index 7beef9c9..26de9e48 100644 --- a/render/render.h +++ b/render/render.h @@ -126,6 +126,7 @@ struct _RrTextureText { gint shadow_offset_y; RrColor *shadow_color; gchar shadow_alpha; + gunichar shortcut; /*!< Underline this character */ }; struct _RrPixmapMask { -- cgit v1.2.3