clipboard refactoring
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
This commit is contained in:
parent
5c386e7665
commit
b641a03bae
12 changed files with 116 additions and 73 deletions
|
|
@ -958,6 +958,6 @@ int MwGetCoordinateType(MwWidget handle) {
|
|||
}
|
||||
}
|
||||
|
||||
void MwGetClipboard(MwWidget handle) {
|
||||
MwLLGetClipboard(handle->lowlevel);
|
||||
void MwGetClipboard(MwWidget handle, int clipboard_type) {
|
||||
MwLLGetClipboard(handle->lowlevel, clipboard_type);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue