From 70f64f3ca97e333d6a9a874f574710c09f6979b2 Mon Sep 17 00:00:00 2001 From: maniak1349 Date: Tue, 26 Apr 2016 04:46:49 +0300 Subject: options: add --fit-border video option Flag that is set by default. Reseting it will result in mpv trying to fit client area with video instead of the whole window with border and decorations on the screen. Marked as (Windows only) for now until it's implemented on other platforms. --- 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 95268cd522..6f21c0c683 100644 --- a/options/options.h +++ b/options/options.h @@ -12,6 +12,7 @@ typedef struct mp_vo_opts { int ontop; int fullscreen; int border; + int fit_border; int all_workspaces; int screen_id; -- cgit v1.2.3