diff options
Diffstat (limited to 'render')
| -rw-r--r-- | render/render.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/render/render.h b/render/render.h index 3b996375..ad638ae8 100644 --- a/render/render.h +++ b/render/render.h @@ -125,7 +125,7 @@ struct _RrTextureText { gint shadow_offset_x; gint shadow_offset_y; RrColor *shadow_color; - gchar shadow_alpha; + guchar shadow_alpha; gboolean shortcut; /*!< Underline a character */ guint shortcut_pos; /*!< Position in bytes of the character to underline */ }; |
