From 52bc7111147dd3e87e4bf0ae57241c2b81892f78 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 22 Nov 2022 00:32:08 +0100 Subject: Keep video player fullscreened when changing to the next video --- include/VideoPlayer.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/VideoPlayer.hpp b/include/VideoPlayer.hpp index 016c830..5dc491a 100644 --- a/include/VideoPlayer.hpp +++ b/include/VideoPlayer.hpp @@ -51,6 +51,7 @@ namespace QuickMedia { std::string plugin_name; bool cache_on_disk = true; std::string referer; + bool fullscreen = false; }; // Important: do not call |get_time_in_file| or |add_subtitle| from the |event_callback| callback -- cgit v1.2.3