remove merge conflict artifacts, prefix MwIsKeyUTF8

This commit is contained in:
IoI_xD 2026-03-31 12:36:31 -07:00
commit 2e30d7f4d9
4 changed files with 6 additions and 8 deletions

View file

@ -558,7 +558,7 @@ static void MwLLNextEventImpl(MwLL handle) {
strcpy(str, s);
}
if(MwIsKeyUTF8(sym)) {
if(MwStringIsKeyUTF8(sym)) {
char s = str[0];
if(ev.xkey.state & (ShiftMask | LockMask) && !(ev.xkey.state & (ControlMask | Mod1Mask))) {