aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-12-02 22:02:36 +0100
committerdec05eba <dec05eba@protonmail.com>2024-12-02 22:02:36 +0100
commit3ed89cd80b033c3239fb9f57069fcf6804a34773 (patch)
tree724acbfc9d3f3535da03ff218ad0da4a3b929e1a /include
parent9e220bb5f64e5ce2b466a25aa7869a322726ad06 (diff)
Move first mouse move event to after frame has been drawn
Diffstat (limited to 'include')
-rw-r--r--include/Overlay.hpp1
1 files changed, 1 insertions, 0 deletions
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<KeyBinding, 1> key_bindings;
+ bool drawn_first_frame = false;
};
} \ No newline at end of file