rename clipboard_received to clipboard
This commit is contained in:
parent
d3147ac087
commit
72820e87f1
28 changed files with 58 additions and 54 deletions
|
|
@ -404,7 +404,7 @@ static void MwLLNextEventImpl(MwLL handle) {
|
|||
GlobalUnlock(hg);
|
||||
CloseClipboard();
|
||||
|
||||
MwLLDispatch(handle, clipboard_received, txt);
|
||||
MwLLDispatch(handle, clipboard, txt);
|
||||
|
||||
free(txt);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue