aboutsummaryrefslogtreecommitdiffstats
path: root/draw.c
diff options
context:
space:
mode:
authorgotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2008-01-26 14:33:24 +0000
committergotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2008-01-26 14:33:24 +0000
commitb9c33b6e1a21b9f77300bfbdee0cb9f23b32db55 (patch)
treec5287f7f7411f69d94d4916f6a728d64d776f7a4 /draw.c
parent74917cef6de9d864acad0b5900c03dc5efb3fd20 (diff)
downloaddzen-b9c33b6e1a21b9f77300bfbdee0cb9f23b32db55.tar.gz
dzen-b9c33b6e1a21b9f77300bfbdee0cb9f23b32db55.zip
default positioning
git-svn-id: http://dzen.googlecode.com/svn/trunk@211 f2baff5b-bf2c-0410-a398-912abdc3d8b2
Diffstat (limited to 'draw.c')
-rw-r--r--draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/draw.c b/draw.c
index 8a6abb8..1c67df9 100644
--- a/draw.c
+++ b/draw.c
@@ -344,7 +344,7 @@ parse_line(const char *line, int lnr, int align, int reverse, int nodraw) {
/* parse line and render text */
else {
h = dzen.font.height;
- //py = (dzen.line_height - h) / 2;
+ py = (dzen.line_height - h) / 2;
xorig = 0;