[vlc-devel] [PATCH 0/4] Allow sending fullscreen video to a secondary monitor
Gabriel Luci
github at luci.ca
Sun Oct 13 06:02:53 CEST 2019
These patches add and use a new "fullscreen-monitor" setting, which
defines the name of the display device where fullscreen video should
always be shown.
This also includes the Windows implementation for making use of it.
Gabriel Luci (4):
libvlc: Add "fullscreen-monitor" setting
vout: Use "fullscreen-monitor" setting
qt: Save "fullscreen-monitor" setting
win32: Send fullscreen to specific monitor
modules/gui/qt/components/simple_preferences.cpp | 7 +++
modules/video_output/win32/window.c | 72 +++++++++++++++++++++---
src/libvlc-module.c | 6 ++
src/video_output/vout_intf.c | 6 +-
4 files changed, 83 insertions(+), 8 deletions(-)
--
2.11.0
More information about the vlc-devel
mailing list