aboutsummaryrefslogtreecommitdiffstats
path: root/dzen.h
diff options
context:
space:
mode:
authorgotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-06-09 10:17:43 +0000
committergotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-06-09 10:17:43 +0000
commitf56eb1958726097b75ea13370188a9d8d2031591 (patch)
treeecea37e6d38150bfeed69a663d04c197ba239fe0 /dzen.h
parent3e945dea876631fbc2cd9605f42752f64484f5bc (diff)
downloaddzen-f56eb1958726097b75ea13370188a9d8d2031591.tar.gz
dzen-f56eb1958726097b75ea13370188a9d8d2031591.zip
reduce flicker
git-svn-id: http://dzen.googlecode.com/svn/trunk@76 f2baff5b-bf2c-0410-a398-912abdc3d8b2
Diffstat (limited to 'dzen.h')
-rw-r--r--dzen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dzen.h b/dzen.h
index dfaac23..34a68da 100644
--- a/dzen.h
+++ b/dzen.h
@@ -51,7 +51,7 @@ struct SW {
Window win;
Window *line;
- Drawable drawable;
+ Drawable *drawable;
char *tbuf[BUF_SIZE];
int tcnt;