aboutsummaryrefslogtreecommitdiffstats
path: root/dwm.h
diff options
context:
space:
mode:
authorarg@mmvi <unknown>2006-09-22 11:49:24 +0200
committerarg@mmvi <unknown>2006-09-22 11:49:24 +0200
commit05c10c5776738fdfe73c1e66e14c869e2e5e338d (patch)
treee18fa7daa43bfbd370723bf248f9a6e91b8430ba /dwm.h
parentb2cb925d999f0b745f8be23316258c4f575cb343 (diff)
downloaddwm-05c10c5776738fdfe73c1e66e14c869e2e5e338d.tar.zst
fixed issue pointed out by Jukka
Diffstat (limited to 'dwm.h')
-rw-r--r--dwm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/dwm.h b/dwm.h
index 60f9201..2298369 100644
--- a/dwm.h
+++ b/dwm.h
@@ -78,7 +78,6 @@ struct Client {
int proto;
int x, y, w, h;
int tx, ty, tw, th; /* title window geometry */
- int rx, ry, rw, rh; /* revert geometry */
int basew, baseh, incw, inch, maxw, maxh, minw, minh;
int grav;
long flags;