diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-01-17 15:50:24 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-01-17 15:50:24 +0100 |
commit | 5be5b4c8ebd30ba0623599a1acae5b5c1d1a40a3 (patch) | |
tree | feefdd3d00254c155cdfdb79767befd004639010 /include/Overlay.hpp | |
parent | e938241fe8e49cacb097c2873d2a92e267453810 (diff) |
X11: only grab mouse devices with xi
Diffstat (limited to 'include/Overlay.hpp')
-rw-r--r-- | include/Overlay.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Overlay.hpp b/include/Overlay.hpp index 45776b8..d93edf1 100644 --- a/include/Overlay.hpp +++ b/include/Overlay.hpp @@ -67,7 +67,7 @@ namespace gsr { void process_key_bindings(mgl::Event &event); void grab_mouse_and_keyboard(); void xi_setup_fake_cursor(); - void xi_grab_all_devices(); + void xi_grab_all_mouse_devices(); void close_gpu_screen_recorder_output(); |