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, generate has been updated via b6c9637eb54c10672ea89dd044cde74a4ddb4afe (commit) from fad5c36eca3675087d21df061b8994f6865299f8 (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/b6c9637eb54c10672ea89dd044cde74a4ddb4...
commit b6c9637eb54c10672ea89dd044cde74a4ddb4afe Author: Cyril Hrubis metan@ucw.cz Date: Mon Oct 31 21:34:41 2011 +0100
fbshow: fix the keys.
diff --git a/demos/fbshow/fbshow.c b/demos/fbshow/fbshow.c index 3b8fb50..77e84d1 100644 --- a/demos/fbshow/fbshow.c +++ b/demos/fbshow/fbshow.c @@ -208,13 +208,13 @@ int main(int argc, char *argv[]) continue;
switch (ev.val.key.key) { + case GP_KEY_ESC: case GP_KEY_ENTER: + case GP_KEY_Q: GP_FramebufferExit(fb); return 0; break; - case GP_KEY_ESC: case GP_KEY_SPACE: - case GP_KEY_Q: argn++; if (argn >= argc) argn = argf;
-----------------------------------------------------------------------
Summary of changes: demos/fbshow/fbshow.c | 4 ++-- 1 files changed, 2 insertions(+), 2 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.