mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-05-05 22:40:44 +09:00
amend
This commit is contained in:
@@ -774,11 +774,11 @@ namespace gsr {
|
|||||||
|
|
||||||
XcursorImage *cursor_image = nullptr;
|
XcursorImage *cursor_image = nullptr;
|
||||||
for(const char *cursor_theme_test : {cursor_theme, "default"}) {
|
for(const char *cursor_theme_test : {cursor_theme, "default"}) {
|
||||||
for(unsigned int shape : {XC_left_ptr, XC_right_ptr}) {
|
//for(unsigned int shape : {XC_left_ptr, XC_right_ptr}) {
|
||||||
cursor_image = XcursorShapeLoadImage(shape, cursor_theme_test, cursor_size);
|
cursor_image = XcursorShapeLoadImage(XC_left_ptr, cursor_theme_test, cursor_size);
|
||||||
if(cursor_image)
|
if(cursor_image)
|
||||||
break;
|
break;
|
||||||
}
|
//}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!cursor_image) {
|
if(!cursor_image) {
|
||||||
|
|||||||
Reference in New Issue
Block a user