Re: [dev] [st][PATCH] Support XA_STRING in notify request

2015-03-15 Thread Christoph Lohmann
Greetings. On Sun, 15 Mar 2015 19:31:22 +0100 "Roberto E. Vargas Caballero" wrote: > Some programs can only deal with XA_STRING, and it makes impossible st > be able of copying to them. This patch makes st answer also to XA_STRING, > althought it sends utf8 strings. It is not a problem because m

[dev] [st][PATCH] Support XA_STRING in notify request

2015-03-15 Thread Roberto E. Vargas Caballero
Some programs can only deal with XA_STRING, and it makes impossible st be able of copying to them. This patch makes st answer also to XA_STRING, althought it sends utf8 strings. It is not a problem because moderm applications must support utf8. --- st.c | 6 +- 1 file changed, 5 insertions(+),