diff options
Diffstat (limited to 'calmwm.h')
-rw-r--r-- | calmwm.h | 1 |
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; |