fix wayland csd, more doublebuffering fixes

This commit is contained in:
IoI_xD 2026-03-26 17:48:22 -07:00 committed by Nishi
commit 6538f8e836
6 changed files with 36 additions and 26 deletions

View file

@ -14,6 +14,7 @@ static int create(MwWidget handle) {
MwSetInteger(handle, MwNareaShown, 6);
MwSetInteger(handle, MwNvalue, 0);
MwSetInteger(handle, MwNroundness, 5);
return 0;
}