mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-11 03:43:29 +00:00
format
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@612 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -805,7 +805,7 @@ char* MwLLGetClipboard(MwLL handle) {
|
|||||||
char* data;
|
char* data;
|
||||||
int format;
|
int format;
|
||||||
|
|
||||||
XGetWindowProperty(ev.xselection.display, ev.xselection.requestor, ev.xselection.property, 0L, (~0L), 0, AnyPropertyType, &t, &format, &size, &N, (unsigned char**)&data);
|
XGetWindowProperty(ev.xselection.display, ev.xselection.requestor, ev.xselection.property, 0, (~0L), 0, AnyPropertyType, &t, &format, &size, &N, (unsigned char**)&data);
|
||||||
if(t == target) {
|
if(t == target) {
|
||||||
r = MwStringDupliacte(data);
|
r = MwStringDupliacte(data);
|
||||||
XFree(data);
|
XFree(data);
|
||||||
|
|||||||
Reference in New Issue
Block a user