tsay utf8string before string in target list - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 3270dcf06cc423e21a4b4739dced131115716f2d
(DIR) parent 0335ceaeb695ab5e92d0d0cd1f554373056c8696
(HTM) Author: rsc <devnull@localhost>
Date: Thu, 3 May 2007 21:12:20 +0000
say utf8string before string in target list
Diffstat:
M src/cmd/devdraw/x11-itrans.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/src/cmd/devdraw/x11-itrans.c b/src/cmd/devdraw/x11-itrans.c
t@@ -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;