diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/VideoPlayer.hpp | 1 |
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 |