Wayland improvements
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
c3d25e6b7d
commit
9d65e9c6bf
6 changed files with 89 additions and 75 deletions
|
|
@ -29,6 +29,7 @@ void clipboard(MwWidget handle, void* user_data, void* call_data) {
|
|||
(void)handle;
|
||||
(void)user_data;
|
||||
|
||||
printf("got: %s\n", clipboard);
|
||||
if(clipboard != NULL) {
|
||||
MwVaApply(text, MwNtext, clipboard, NULL);
|
||||
MwForceRender(text);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue