say utf8string before string in target list
This commit is contained in:
parent
0335ceaeb6
commit
3270dcf06c
1 changed files with 2 additions and 2 deletions
|
|
@ -522,8 +522,8 @@ if(0) fprint(2, "xselect target=%d requestor=%d property=%d selection=%d\n",
|
|||
xe->target, xe->requestor, xe->property, xe->selection);
|
||||
r.xselection.property = xe->property;
|
||||
if(xe->target == _x.targets){
|
||||
a[0] = XA_STRING;
|
||||
a[1] = _x.utf8string;
|
||||
a[0] = _x.utf8string;
|
||||
a[1] = XA_STRING;
|
||||
a[2] = _x.text;
|
||||
a[3] = _x.compoundtext;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue