commit 3270dcf06cc423e21a4b4739dced131115716f2d from: rsc date: Thu May 03 21:12:20 2007 UTC say utf8string before string in target list commit - 0335ceaeb695ab5e92d0d0cd1f554373056c8696 commit + 3270dcf06cc423e21a4b4739dced131115716f2d blob - fdd2bf8dcd96b309a405cc53f368642569425b49 blob + 41c54ec244da810bdcf5711f98475734a2bec7e2 --- src/cmd/devdraw/x11-itrans.c +++ src/cmd/devdraw/x11-itrans.c @@ -522,8 +522,8 @@ if(0) fprint(2, "xselect target=%d requestor=%d proper 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;