From 9c90c902c11f557577f22e72a3a2db0034c511d8 Mon Sep 17 00:00:00 2001 From: pavelxdd Date: Fri, 9 Dec 2016 21:22:33 +0300 Subject: win32: snap to screen edges Disabled by default. The snap sensitivity value depends on the screen DPI. The default value is 16px on a 96 DPI screen. Fixes #2248 --- options/options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'options/options.h') diff --git a/options/options.h b/options/options.h index 6199eae5fe..b0687ac9e5 100644 --- a/options/options.h +++ b/options/options.h @@ -10,6 +10,7 @@ typedef struct mp_vo_opts { struct m_obj_settings *video_driver_list; int taskbar_progress; + int snap_window; int ontop; int fullscreen; int border; -- cgit v1.2.3