From 92401d8bc8fa3cbc8017936eb1d18280199942e0 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 19 Jan 2025 12:35:08 +0100 Subject: Wayland: only show ui after stupid fullscreen animation has stopped --- include/Overlay.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/Overlay.hpp') 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 -- cgit v1.2.3