]> Dogcows Code - chaz/openbox/blobdiff - render/render.h
copy textures in appearance_copy
[chaz/openbox] / render / render.h
index b79fae5eb02e1c737c536ed62db2029706ca0fb6..01795e7e4121c4899d8217ef486ffd12f67d10b3 100644 (file)
@@ -97,10 +97,18 @@ typedef struct Surface {
     SurfaceData data;
 } Surface;
 
+typedef struct {
+    XftFont *xftfont;
+} ObFont;
+
 typedef struct TextureText {
+    ObFont *font;
+    int shadow;  
+    unsigned char tint;
+    unsigned char offset;
     color_rgb *color;
     char *string;
-} TextureText;
+} TextureText;   
 
 typedef struct TextureMask {
     color_rgb *color;
This page took 0.025972 seconds and 4 git commands to generate.