From 3c8f8b7714331746233e288206b247366257cb99 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 16 May 2013 23:17:46 +0200 Subject: core: do mouse cursor hiding business in frontend Do this so that not every VO backend has to setup a timer for cursor hiding and interpret the --cursor-autohide option. --- video/out/vo.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'video') diff --git a/video/out/vo.h b/video/out/vo.h index 6e9e66c013..814268e1c6 100644 --- a/video/out/vo.h +++ b/video/out/vo.h @@ -61,6 +61,8 @@ enum mp_voctrl { VOCTRL_ONTOP, VOCTRL_BORDER, + VOCTRL_SET_CURSOR_VISIBILITY, // bool + VOCTRL_SET_DEINTERLACE, VOCTRL_GET_DEINTERLACE, -- cgit v1.2.3