]> Dogcows Code - chaz/openbox/commitdiff
added justification to textureText
authorDerek Foreman <manmower@gmail.com>
Mon, 17 Mar 2003 01:21:33 +0000 (01:21 +0000)
committerDerek Foreman <manmower@gmail.com>
Mon, 17 Mar 2003 01:21:33 +0000 (01:21 +0000)
render/render.h

index 54f4246187eea1a24409b31d43c512031472e141..f8f0db8681c99745e19d4207ad1f1a4fd01ba054 100644 (file)
@@ -101,9 +101,16 @@ typedef struct {
     XftFont *xftfont;
 } ObFont;
 
+typedef enum {
+    Justify_Center,
+    Justify_Left,
+    Justify_Right
+} Justify;
+
 typedef struct TextureText {
     ObFont *font;
-    int shadow;  
+    Justify justify;
+    int shadow;
     unsigned char tint;
     unsigned char offset;
     color_rgb *color;
This page took 0.021561 seconds and 4 git commands to generate.