X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=render%2Frender.h;h=c614d871f8e16bec45f7552f125afaa2d54d3abd;hb=aa26b219ecf2b9a427ad02f912f891c6ed387aaf;hp=d5f5f8bc37a7f38c4f323484df1b47e5854372b7;hpb=3d6b970a4b25627e00fb4a4de6706fe067d58186;p=chaz%2Fopenbox diff --git a/render/render.h b/render/render.h index d5f5f8bc..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; @@ -100,6 +100,7 @@ typedef struct TextureText { typedef struct { Pixmap mask; guint w, h; + char *data; } pixmap_mask; typedef struct TextureMask {