diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-04-25 18:04:15 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-04-25 18:04:15 +0000 |
| commit | 0c41ab3c208970a68e9d0e0d0471c450542e23a3 (patch) | |
| tree | 0cd187a92d5d7a0e33ab62ff17613b6c66be0602 /render/render.h | |
| parent | a744deeee34dc46bbaea98f574426d7aeddbe549 (diff) | |
make rendering the shortcuts much faster
Diffstat (limited to 'render/render.h')
| -rw-r--r-- | render/render.h | 3 |
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 { |
