mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-27 11:52:03 +00:00
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…
Reference in a new issue