mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-27 03:23:07 +00:00
wip. work on clipboard
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@581 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -786,3 +786,17 @@ void MwLLGrabPointer(MwLL handle, int toggle) {
|
||||
handle->grabbed = 0;
|
||||
}
|
||||
}
|
||||
|
||||
void MwLLSetClipboard(MwLL handle, const char* text) {
|
||||
/* TODO */
|
||||
|
||||
(void)handle;
|
||||
(void)text;
|
||||
}
|
||||
|
||||
char* MwLLGetClipboard(MwLL handle) {
|
||||
/* TODO */
|
||||
|
||||
(void)handle;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user