vout: rename and invert has_hide_mouse
commitfae9d3db8e05fd1d3181ce16924d40dd5f70248b
authorRémi Denis-Courmont <remi@remlab.net>
Sun, 6 Aug 2017 07:48:50 +0000 (6 10:48 +0300)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 6 Aug 2017 20:25:26 +0000 (6 22:25 +0200)
tree0ad2ee1ea4e9555dd364cd6af8cfacdc2b79553e
parentb1166a4bbcf183685bf8fa2a2855533c126a9e77
vout: rename and invert has_hide_mouse

The name was meant to indicate that the plugin hid the pointer
autonomously. But it was ostensibly confused as implying that the
plugin had a mouse hiding control (basically the exact opposite).
In fact, it really meant that the mouse hiding control would NOT be
used.

This tries to provide a slightly less confusing name, and accordingly
inverts the meaning. This is also realigns with the convention that
false should be the default setting (which was broken in the grand
grand parent of this changeset).
include/vlc_vout_display.h
modules/video_output/aa.c
modules/video_output/caca.c
modules/video_output/kva.c
modules/video_output/win32/direct3d11.c
modules/video_output/win32/direct3d9.c
modules/video_output/win32/directdraw.c
modules/video_output/win32/glwin32.c
modules/video_output/win32/wingdi.c
src/video_output/display.c