X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=render%2Frender.h;h=e282740ef44e06c1d89f6ed1a920c3b4b284b82b;hb=852f36235eee5f3414430d1b89e91b1ba68db666;hp=35522110f29bad46548365368e84b0a5e032296c;hpb=4d5885d271d4943636e7e775492e8f4bd7fe8a84;p=chaz%2Fopenbox diff --git a/render/render.h b/render/render.h index 35522110..e282740e 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; @@ -153,6 +153,7 @@ Appearance *appearance_new(SurfaceType type, int numtex); Appearance *appearance_copy(Appearance *a); void appearance_free(Appearance *a); void truecolor_startup(void); +void pseudocolor_startup(void); void pixel32_to_pixmap(pixel32 *in, Pixmap out, int x, int y, int w, int h); #endif /*__render_h*/