summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2013-11-27 18:34:34 +0000
committerokan <okan>2013-11-27 18:34:34 +0000
commit5e67a12262c061ecabc03e1cd73fdbb5c3c00196 (patch)
tree96f926df67fe7d301b7c149ab98fcbc544250034 /calmwm.h
parent1b6ef8e9edfca41c4339c83b481d47d839100984 (diff)
downloadcwm-5e67a12262c061ecabc03e1cd73fdbb5c3c00196.tar.gz
cwm-5e67a12262c061ecabc03e1cd73fdbb5c3c00196.tar.xz
cwm-5e67a12262c061ecabc03e1cd73fdbb5c3c00196.zip
like gap, make snapdist per screen
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/calmwm.h b/calmwm.h
index e3cedd1..8ceba9e 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -216,6 +216,7 @@ struct screen_ctx {
 	Window			 rootwin;
 	Window			 menuwin;
 	int			 cycling;
+	int			 snapdist;
 	struct geom		 view; /* viewable area */
 	struct geom		 work; /* workable area, gap-applied */
 	struct gap		 gap;