Use "1" as the count for the targets query instead of sizeof(Atom).
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5478 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
1d23087fc9
commit
f0180536b3
@ -596,8 +596,7 @@ int fl_handle(const XEvent& thisevent)
|
||||
if (e.target == TARGETS) {
|
||||
Atom a = XA_STRING;
|
||||
XChangeProperty(fl_display, e.requestor, e.property,
|
||||
XA_ATOM, sizeof(Atom)*8, 0, (unsigned char*)&a,
|
||||
sizeof(Atom));
|
||||
XA_ATOM, sizeof(Atom)*8, 0, (unsigned char*)&a, 1);
|
||||
} else if (/*e.target == XA_STRING &&*/ fl_selection_length[clipboard]) {
|
||||
XChangeProperty(fl_display, e.requestor, e.property,
|
||||
e.target, 8, 0,
|
||||
|
Loading…
Reference in New Issue
Block a user