aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-01-19 12:35:08 +0100
committerdec05eba <dec05eba@protonmail.com>2025-01-19 12:35:08 +0100
commit92401d8bc8fa3cbc8017936eb1d18280199942e0 (patch)
tree41a0afd96ebe2e1ee5d2ac079439e6870806f118 /include
parent0d6d7a74594424dd0dfa83c909cd501a0f6fcc89 (diff)
Wayland: only show ui after stupid fullscreen animation has stoppedHEADmaster
Diffstat (limited to 'include')
-rw-r--r--include/Overlay.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/Overlay.hpp b/include/Overlay.hpp
index d93edf1..9f1a5ae 100644
--- a/include/Overlay.hpp
+++ b/include/Overlay.hpp
@@ -170,5 +170,8 @@ namespace gsr {
mgl::vec2i window_size = { 1280, 720 };
mgl::vec2i window_pos = { 0, 0 };
+
+ mgl::Clock show_overlay_clock;
+ double show_overlay_timeout_seconds = 0.0;
};
} \ No newline at end of file