like gap, make snapdist per screen

This commit is contained in:
okan
2013-11-27 18:34:34 +00:00
parent 1b6ef8e9ed
commit 5e67a12262
4 changed files with 6 additions and 4 deletions

View File

@@ -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;