mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-03-31 09:17:04 +09:00
amend
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user