projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c2b066
)
added justification to textureText
author
Derek Foreman
<manmower@gmail.com>
Mon, 17 Mar 2003 01:21:33 +0000
(
01:21
+0000)
committer
Derek Foreman
<manmower@gmail.com>
Mon, 17 Mar 2003 01:21:33 +0000
(
01:21
+0000)
render/render.h
patch
|
blob
|
history
diff --git
a/render/render.h
b/render/render.h
index 54f4246187eea1a24409b31d43c512031472e141..f8f0db8681c99745e19d4207ad1f1a4fd01ba054 100644
(file)
--- a/
render/render.h
+++ b/
render/render.h
@@
-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;