From 495dde4018e071f81462052d5b4c09c973f25f16 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 8 Dec 2011 11:17:59 +0100 Subject: options, x11+cocoa: add option --cursor-autohide-delay Add option --cursor-autohide-delay to control the number of milliseconds with no user interaction before the mouse cursor is hidden. There are two negative values with useful special meanings: * A value of -1 prevents the cursor from hiding (useful for users with multiple displays). * A value of -2 prevents the cursor from showing upon activity. The default is 1 second to keep the behaviour consistent with the past X11 backend implementation. Remove the vo_mouse_autohide field as it was always true. --- defaultopts.c | 1 + 1 file changed, 1 insertion(+) (limited to 'defaultopts.c') diff --git a/defaultopts.c b/defaultopts.c index b6f58b715d..da557117bf 100644 --- a/defaultopts.c +++ b/defaultopts.c @@ -14,6 +14,7 @@ void set_default_mplayer_options(struct MPOpts *opts) .ao_buffersize = -1, .monitor_pixel_aspect = 1.0, .vo_panscanrange = 1.0, + .cursor_autohide_delay = 1000, .vo_gamma_gamma = 1000, .vo_gamma_brightness = 1000, .vo_gamma_contrast = 1000, -- cgit v1.2.3