mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2025-12-31 06:30:52 +00:00
better api for clipboard
This commit is contained in:
@@ -29,6 +29,9 @@ void handler(MwWidget handle, void* user_data, void* call_data) {
|
||||
(void)handle;
|
||||
(void)user_data;
|
||||
(void)call_data;
|
||||
|
||||
/* nishi: please rewrite this part */
|
||||
/*
|
||||
char* clipboard;
|
||||
|
||||
clipboard = MwLLGetClipboard(handle->lowlevel);
|
||||
@@ -37,6 +40,7 @@ void handler(MwWidget handle, void* user_data, void* call_data) {
|
||||
MwVaApply(text, MwNtext, clipboard);
|
||||
MwForceRender(text);
|
||||
}
|
||||
*/
|
||||
|
||||
resize(window, NULL, NULL);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user