From a8f0b68eaf5a37f15f512586d53afc516e5a77fc Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Sat, 20 Sep 2014 22:56:23 -0500 Subject: [PATCH] WPrefs.app: Add ability to enable or disable window snapping. Signed-off-by: Carlos R. Mafra --- WPrefs.app/Expert.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/WPrefs.app/Expert.c b/WPrefs.app/Expert.c index 8cf5d6d9..aee45fb9 100644 --- a/WPrefs.app/Expert.c +++ b/WPrefs.app/Expert.c @@ -81,6 +81,9 @@ static const struct { /* default: */ False, OPTION_WMAKER, "KbdModeLock" } #endif /* XKB_MODELOCK */ + { N_("Enable window snapping."), + /* default: */ False, OPTION_WMAKER, "WindowSnapping" }, + };