From 020cbeff19290daf4871b9519737680992212d03 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 3 May 2007 03:17:18 +0000 Subject: [PATCH] unsigned.. --- render/render.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ }; -- 2.39.2