]> Dogcows Code - chaz/openbox/commitdiff
font changes
authorDerek Foreman <manmower@gmail.com>
Sun, 16 Mar 2003 23:35:51 +0000 (23:35 +0000)
committerDerek Foreman <manmower@gmail.com>
Sun, 16 Mar 2003 23:35:51 +0000 (23:35 +0000)
render/render.h

index 8b4ccdc299dc5539c5b3c2cf0364da832bdd7956..01795e7e4121c4899d8217ef486ffd12f67d10b3 100644 (file)
@@ -6,7 +6,6 @@
 #include <X11/Xft/Xft.h>
 #include <glib.h>
 #include "color.h"
-#include "font.h"
 
 #ifdef HAVE_STDINT_H
 #  include <stdint.h>
@@ -98,13 +97,18 @@ typedef struct Surface {
     SurfaceData data;
 } Surface;
 
+typedef struct {
+    XftFont *xftfont;
+} ObFont;
+
 typedef struct TextureText {
     ObFont *font;
-    int shadow;
-    int offset;
+    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.028402 seconds and 4 git commands to generate.