Wayland: only show ui after stupid fullscreen animation has stopped

This commit is contained in:
dec05eba
2025-01-19 12:35:08 +01:00
parent 0d6d7a7459
commit 92401d8bc8
2 changed files with 48 additions and 25 deletions

View File

@@ -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;
};
}