forked from pyrite-dev/milsko
clipboard: don't set clipboard after pasting
This commit is contained in:
parent
bed63dd245
commit
afecb04848
1 changed files with 0 additions and 3 deletions
|
|
@ -1,4 +1,3 @@
|
||||||
#define _MILSKO
|
|
||||||
#include <Mw/Milsko.h>
|
#include <Mw/Milsko.h>
|
||||||
|
|
||||||
MwWidget window, instructions, text;
|
MwWidget window, instructions, text;
|
||||||
|
|
@ -35,8 +34,6 @@ void clipboard(MwWidget handle, void* user_data, void* call_data) {
|
||||||
MwForceRender(text);
|
MwForceRender(text);
|
||||||
}
|
}
|
||||||
MwForceRender(window);
|
MwForceRender(window);
|
||||||
|
|
||||||
MwLLSetClipboard(window->lowlevel, "Milsko clipboard test");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue