From 3ed89cd80b033c3239fb9f57069fcf6804a34773 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 2 Dec 2024 22:02:36 +0100 Subject: Move first mouse move event to after frame has been drawn --- include/Overlay.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/Overlay.hpp b/include/Overlay.hpp index bfa8db4..0a4a1e9 100644 --- a/include/Overlay.hpp +++ b/include/Overlay.hpp @@ -160,5 +160,6 @@ namespace gsr { XEvent *xi_output_xev = nullptr; std::array key_bindings; + bool drawn_first_frame = false; }; } \ No newline at end of file -- cgit v1.2.3