]> Dogcows Code - chaz/openbox/commitdiff
filled out font texture
authorDerek Foreman <manmower@gmail.com>
Sun, 16 Mar 2003 22:34:45 +0000 (22:34 +0000)
committerDerek Foreman <manmower@gmail.com>
Sun, 16 Mar 2003 22:34:45 +0000 (22:34 +0000)
render/render.h

index b79fae5eb02e1c737c536ed62db2029706ca0fb6..8b4ccdc299dc5539c5b3c2cf0364da832bdd7956 100644 (file)
@@ -6,6 +6,7 @@
 #include <X11/Xft/Xft.h>
 #include <glib.h>
 #include "color.h"
+#include "font.h"
 
 #ifdef HAVE_STDINT_H
 #  include <stdint.h>
@@ -98,6 +99,9 @@ typedef struct Surface {
 } Surface;
 
 typedef struct TextureText {
+    ObFont *font;
+    int shadow;
+    int offset;
     color_rgb *color;
     char *string;
 } TextureText;
This page took 0.021611 seconds and 4 git commands to generate.