summaryrefslogtreecommitdiff
path: root/render/render.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/render.h')
-rw-r--r--render/render.h3
1 files changed, 2 insertions, 1 deletions
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 {