aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-11-22 00:32:08 +0100
committerdec05eba <dec05eba@protonmail.com>2022-11-22 00:32:08 +0100
commit52bc7111147dd3e87e4bf0ae57241c2b81892f78 (patch)
tree412791c6236577f0a18494f3ac21c67419c1b5b1 /include
parentcdfda3436aa96134797f6f1c45d76227770f1f4b (diff)
Keep video player fullscreened when changing to the next video
Diffstat (limited to 'include')
-rw-r--r--include/VideoPlayer.hpp1
1 files changed, 1 insertions, 0 deletions
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