rename clipboard_received to clipboard

This commit is contained in:
Nishi 2025-12-31 04:35:10 +09:00
commit 72820e87f1
Signed by: nishi
GPG key ID: 27EF69B208EB9343
28 changed files with 58 additions and 54 deletions

View file

@ -404,7 +404,7 @@ static void MwLLNextEventImpl(MwLL handle) {
GlobalUnlock(hg);
CloseClipboard();
MwLLDispatch(handle, clipboard_received, txt);
MwLLDispatch(handle, clipboard, txt);
free(txt);
}