aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan2013-11-27 18:34:34 +0000
committerokan2013-11-27 18:34:34 +0000
commit7db17c623fa76598a848daba7f9daa105e4859ea (patch)
tree7000ca93853dce0d78118c3a75048306d2b3ce74 /calmwm.h
parent72c8c733abc4b5d19fd32263a7dcd08ab1e069fe (diff)
downloadcwm-7db17c623fa76598a848daba7f9daa105e4859ea.tar.gz
like gap, make snapdist per screen
Diffstat (limited to '')
-rw-r--r--calmwm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/calmwm.h b/calmwm.h
index 00239b9..71e0eea 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: calmwm.h,v 1.229 2013/11/27 00:01:23 okan Exp $
+ * $OpenBSD: calmwm.h,v 1.230 2013/11/27 18:34:34 okan Exp $
*/
#ifndef _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;