diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-01-27 11:56:34 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-01-27 11:56:37 +0100 |
commit | 9aebe81ec4c248b96f0023d80a08b684a40508a0 (patch) | |
tree | ae4089b7650a85b58746d16a99b6727f6b95f981 | |
parent | d73bd68a708c997d12ce770ca0a96de38be0735f (diff) |
amend
-rw-r--r-- | src/Overlay.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/Overlay.cpp b/src/Overlay.cpp index 23ff1c9..404aa27 100644 --- a/src/Overlay.cpp +++ b/src/Overlay.cpp @@ -774,11 +774,11 @@ namespace gsr { XcursorImage *cursor_image = nullptr; for(const char *cursor_theme_test : {cursor_theme, "default"}) { - for(unsigned int shape : {XC_left_ptr, XC_right_ptr}) { - cursor_image = XcursorShapeLoadImage(shape, cursor_theme_test, cursor_size); - if(cursor_image) - break; - } + //for(unsigned int shape : {XC_left_ptr, XC_right_ptr}) { + cursor_image = XcursorShapeLoadImage(XC_left_ptr, cursor_theme_test, cursor_size); + if(cursor_image) + break; + //} } if(!cursor_image) { |