aboutsummaryrefslogtreecommitdiffstats
path: root/dzen.h
diff options
context:
space:
mode:
authorgotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-03-30 15:47:15 +0000
committergotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-03-30 15:47:15 +0000
commita88827cf901f7d8d70c6c09907232042c357e477 (patch)
treefb83618e404eb86fd3b80cb516746014589bfc5d /dzen.h
parent317b0417b2b189fa15de3fc9542fb9c6ffe8239e (diff)
downloaddzen-a88827cf901f7d8d70c6c09907232042c357e477.tar.gz
dzen-a88827cf901f7d8d70c6c09907232042c357e477.zip
cosmetic changes
git-svn-id: http://dzen.googlecode.com/svn/trunk@9 f2baff5b-bf2c-0410-a398-912abdc3d8b2
Diffstat (limited to 'dzen.h')
-rw-r--r--dzen.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/dzen.h b/dzen.h
index 1f1e2c6..e0904c2 100644
--- a/dzen.h
+++ b/dzen.h
@@ -72,7 +72,6 @@ struct SW {
/* TODO: Remove unused variables */
struct DZEN {
int x, y, w, h;
- int sx, sy, sw, sh;
Bool running;
unsigned long norm[ColLast];
@@ -95,7 +94,7 @@ struct DZEN {
Fnt font;
/* position */
- int hx, hy, hw;
+ int hy, hw;
int cur_line;
pthread_t read_thread;