From: Dana Jansens Date: Thu, 3 May 2007 03:17:18 +0000 (+0000) Subject: unsigned.. X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=020cbeff19290daf4871b9519737680992212d03;p=chaz%2Fopenbox unsigned.. --- 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 */ };