]> Dogcows Code - chaz/openbox/blobdiff - render/render.h
fallback to transients' parents when possible.
[chaz/openbox] / render / render.h
index 35522110f29bad46548365368e84b0a5e032296c..1a41b219bcb77333a50c652221976b61f05e1bd5 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;
@@ -153,6 +153,9 @@ 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);
 
+void appearance_minsize(Appearance *l, Size *s);
+
 #endif /*__render_h*/
This page took 0.019768 seconds and 4 git commands to generate.