]> Dogcows Code - chaz/openbox/commitdiff
make tint signed
authorDana Jansens <danakj@orodu.net>
Sat, 5 Apr 2003 19:14:23 +0000 (19:14 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 5 Apr 2003 19:14:23 +0000 (19:14 +0000)
render/render.h

index 35522110f29bad46548365368e84b0a5e032296c..c614d871f8e16bec45f7552f125afaa2d54d3abd 100644 (file)
@@ -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;
This page took 0.022223 seconds and 4 git commands to generate.