diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-04-25 01:32:43 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-04-25 01:32:43 +0000 |
| commit | 138d3e38d88dbcb1426bd1eb0cd8c43dd01777ad (patch) | |
| tree | 6c32d8366bfbafc5802054028c85885699d34bbe /render/render.h | |
| parent | d91c67bf93fd8ca024c32d38b00377a6fef606c9 (diff) | |
add shortcuts for text rendering. it underlines the first character in the string that matches the shortcut
Diffstat (limited to 'render/render.h')
| -rw-r--r-- | render/render.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |
