This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project gfxprim.git.
The branch, master has been updated via 6fb527824eda1a4f749d1212a1fcadd680b4bd36 (commit) from 132863aa4d50fefb0bd28f05de4e816e56c87e77 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- http://repo.or.cz/w/gfxprim.git/commit/6fb527824eda1a4f749d1212a1fcadd680b4b...
commit 6fb527824eda1a4f749d1212a1fcadd680b4bd36 Author: Cyril Hrubis metan@ucw.cz Date: Wed Dec 18 22:40:51 2013 +0100
libs: backend: Set timer event timestamp correctly
The time in timer event wasn't initialized.
Signed-off-by: Cyril Hrubis metan@ucw.cz
diff --git a/libs/backends/GP_Backend.c b/libs/backends/GP_Backend.c index 9af3c63..454cb11 100644 --- a/libs/backends/GP_Backend.c +++ b/libs/backends/GP_Backend.c @@ -114,6 +114,7 @@ static uint32_t pushevent_callback(GP_Timer *self) GP_Event ev;
ev.type = GP_EV_TMR; + gettimeofday(&ev.time, NULL); ev.val.tmr = self;
GP_EventQueuePut(self->priv, &ev);
-----------------------------------------------------------------------
Summary of changes: libs/backends/GP_Backend.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
repo.or.cz automatic notification. Contact project admin jiri.bluebear.dluhos@gmail.com if you want to unsubscribe, or site admin admin@repo.or.cz if you receive no reply.