aboutsummaryrefslogtreecommitdiffstats
path: root/draw.c
diff options
context:
space:
mode:
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;