Re: [dev] test testing

2014-02-04 Thread Dimitris Zervas
It's working On Tue, Feb 4, 2014 at 6:41 PM, Christoph Lohmann <2...@r-36.net> wrote: > Greetings. > > Just a test mail due to mlmmj failing. > > > Sincerely, > > Christoph Lohmann > >

[dev] [st][PATCH] Add xstrdup function

2014-02-04 Thread Roberto E. Vargas Caballero
Since we are using xmalloc, xrealloc ..., then it is not logical call directly to strdup. Signed-off-by: Roberto E. Vargas Caballero --- st.c | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/st.c b/st.c index 6e7077a..49dd889 100644 --- a/st.c +++ b/st.c @@ -441,

[dev] [st] Remove w3img support

2014-02-04 Thread Christoph Lohmann
Greetings comrades. I have removed the w3img support from st due to this breaking our fps code in st. The old patch did allow drawing whenever some event came in. Copying over the whole buffer in one event is more efficient. If you need images to be displayed, keep a sane image viewer and r

[dev] test testing

2014-02-04 Thread Christoph Lohmann
Greetings. Just a test mail due to mlmmj failing. Sincerely, Christoph Lohmann