From: Dana Jansens Date: Sat, 5 Apr 2003 19:14:23 +0000 (+0000) Subject: make tint signed X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=88f8ebada97c4c82252badeb57b7e71a2940600b;p=chaz%2Fopenbox make tint signed --- diff --git a/render/render.h b/render/render.h index 35522110..c614d871 100644 --- a/render/render.h +++ b/render/render.h @@ -91,7 +91,7 @@ typedef struct TextureText { ObFont *font; Justify justify; int shadow; - unsigned char tint; + char tint; unsigned char offset; color_rgb *color; char *string;