commit 3270dcf06cc423e21a4b4739dced131115716f2d
parent 0335ceaeb695ab5e92d0d0cd1f554373056c8696
Author: rsc <devnull@localhost>
Date: Thu, 3 May 2007 21:12:20 +0000
say utf8string before string in target list
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/cmd/devdraw/x11-itrans.c b/src/cmd/devdraw/x11-itrans.c
@@ -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;