mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-17 14:44:07 +00:00
rename clipboard_received to clipboard
This commit is contained in:
@@ -404,7 +404,7 @@ static void MwLLNextEventImpl(MwLL handle) {
|
||||
GlobalUnlock(hg);
|
||||
CloseClipboard();
|
||||
|
||||
MwLLDispatch(handle, clipboard_received, txt);
|
||||
MwLLDispatch(handle, clipboard, txt);
|
||||
|
||||
free(txt);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user