diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/QuickMedia.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/QuickMedia.hpp b/include/QuickMedia.hpp index 0d4b384..90e24bc 100644 --- a/include/QuickMedia.hpp +++ b/include/QuickMedia.hpp @@ -107,6 +107,7 @@ namespace QuickMedia { Display *disp; sf::RenderWindow window; Matrix *matrix = nullptr; + bool is_login_sync = false; int monitor_hz; sf::Vector2f window_size; const char *plugin_name = nullptr; |