core: vout: add VOUT_WINDOW_HIDE_MOUSE

Multimedia / VLC - Thomas Guillem [gllm.fr] - 30 November 2016 10:23 UTC

A window can now hide the mouse cursor. If this control is not implemented by a "vout window" module, the control will be sent to the "vout display" module.

Fix #12064 Ref #9787

1a0a825 core: vout: add VOUT_WINDOW_HIDE_MOUSE
include/vlc_vout_window.h | 9 +++++++++
src/video_output/display.c | 8 +++++---
src/video_output/display.h | 1 +
src/video_output/video_output.c | 7 +++++++
4 files changed, 22 insertions(+), 3 deletions(-)

Upstream: git.videolan.org


  • Share