wayland now changes the cursor properly
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
IoI_xD 2026-04-23 13:32:05 -07:00
commit 70c5d7782f
2 changed files with 19 additions and 12 deletions

View file

@ -11,7 +11,6 @@ static int wcreate(MwWidget handle) {
MwSetDefault(handle);
MwLLSetCursor(handle->lowlevel, &MwCursorText, &MwCursorTextMask);
MwSetInteger(handle, MwNroundness, 5);
return 0;
}