diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/Overlay.hpp | 1 |
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 |