]> Dogcows Code - chaz/openbox/blobdiff - render/render.h
make NLIMC the default titlebar layout
[chaz/openbox] / render / render.h
index d5f5f8bc37a7f38c4f323484df1b47e5854372b7..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;
@@ -100,6 +100,7 @@ typedef struct TextureText {
 typedef struct {
     Pixmap mask;
     guint w, h;
+    char *data;
 } pixmap_mask;
 
 typedef struct TextureMask {
This page took 0.02422 seconds and 4 git commands to generate.