Always keep cursor shape initialized.

This commit is contained in:
Bartosz Taudul 2024-09-14 01:15:02 +02:00
parent 5a67246426
commit 44d1502474
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -1182,6 +1182,7 @@ void Backend::NewFrame( int& w, int& h )
shape = WP_CURSOR_SHAPE_DEVICE_V1_SHAPE_NOT_ALLOWED;
break;
default:
shape = WP_CURSOR_SHAPE_DEVICE_V1_SHAPE_DEFAULT;
break;
};