mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 14:44:34 +00:00
Always keep cursor shape initialized.
This commit is contained in:
parent
5a67246426
commit
44d1502474
@ -1182,6 +1182,7 @@ void Backend::NewFrame( int& w, int& h )
|
|||||||
shape = WP_CURSOR_SHAPE_DEVICE_V1_SHAPE_NOT_ALLOWED;
|
shape = WP_CURSOR_SHAPE_DEVICE_V1_SHAPE_NOT_ALLOWED;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
shape = WP_CURSOR_SHAPE_DEVICE_V1_SHAPE_DEFAULT;
|
||||||
break;
|
break;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user