Re: [dev] [st] [patch] redundant gettimeofday

2014-04-11 Thread Christoph Lohmann
Greetings. On Fri, 11 Apr 2014 18:11:47 +0200 "Roberto E. Vargas Caballero" wrote: > On Fri, Apr 11, 2014 at 04:25:26PM +0200, Roberto E. Vargas Caballero wrote: > > Christoph, are you again to apply this patch now? > Bad typo, I wanted to say "are you going to ...". > Sometimes my dislexia make

Re: [dev] [st] [patch] redundant gettimeofday

2014-04-11 Thread Roberto E. Vargas Caballero
On Fri, Apr 11, 2014 at 04:25:26PM +0200, Roberto E. Vargas Caballero wrote: > Christoph, are you again to apply this patch now? Bad typo, I wanted to say "are you going to ...". Sometimes my dislexia makes bad things, sorry. -- Roberto E. Vargas Caballero

Re: [dev] [st] [patch] redundant gettimeofday

2014-04-11 Thread Christoph Lohmann
Greetings. On Fri, 11 Apr 2014 18:01:40 +0200 "Roberto E. Vargas Caballero" wrote: > Christoph, are you again to apply this patch now? No, this patch can be applied safely. Sincerely, Christoph Lohmann

Re: [dev] [st] [patch] redundant gettimeofday

2014-04-11 Thread Roberto E. Vargas Caballero
Christoph, are you again to apply this patch now? Regards, -- Roberto E. Vargas Caballero

Re: [dev] [st] [patch] redundant gettimeofday

2014-04-07 Thread Toaster Toaster
On Mon, Apr 7, 2014 at 8:34 AM, Christoph Lohmann <2...@r-36.net> wrote: > Greetings. > > On Mon, 07 Apr 2014 17:34:34 +0200 Toaster Toaster > wrote: >> >> > > I won't accept those patches. Please do use the git format command to > format the patches in a correct way. And then add at least a

Re: [dev] [st] [patch] redundant gettimeofday

2014-04-07 Thread Christoph Lohmann
Greetings. On Mon, 07 Apr 2014 17:34:34 +0200 Toaster Toaster wrote: > > I won’t accept those patches. Please do use the git format command to format the patches in a correct way. And then add at least a complete sentence to describe what your patch does. Sorry, for now everything is r

[dev] [st] [patch] redundant gettimeofday

2014-04-06 Thread Toaster Toaster
--- a/st.c 2014-04-06 22:50:06.236573047 -0700 +++ b/st.c 2014-04-06 22:54:20.660558444 -0700 @@ -3737,8 +3737,8 @@ else cresize(xw.fw, xw.fh); - gettimeofday(&lastblink, NULL); gettimeofday(&last, NULL); + lastblink = last; for(xev