mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-03 08:00:50 +00:00
clipboard: don't set clipboard after pasting
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user