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 33c5dac98c86347f2f58363fe76fe1aa69cee5c1 (commit) from cc28051e9be2f576b732fc9a59b6174c96edcfab (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/33c5dac98c86347f2f58363fe76fe1aa69cee...
commit 33c5dac98c86347f2f58363fe76fe1aa69cee5c1 Author: Cyril Hrubis metan@ucw.cz Date: Mon Apr 1 23:30:25 2013 +0200
spiv: Map keypad + and - to zoom.
Signed-off-by: Cyril Hrubis metan@ucw.cz
diff --git a/demos/spiv/spiv.c b/demos/spiv/spiv.c index d4f305f..5a92232 100644 --- a/demos/spiv/spiv.c +++ b/demos/spiv/spiv.c @@ -1044,10 +1044,12 @@ int main(int argc, char *argv[]) case GP_KEY_9: resize_backend(¶ms, 9, shift_flag); break; + case GP_KEY_KP_PLUS: case GP_KEY_DOT: params.show_progress_once = 1; zoom_mul(¶ms, 1.5); break; + case GP_KEY_KP_MINUS: case GP_KEY_COMMA: params.show_progress_once = 1; zoom_mul(¶ms, 1/1.5);
-----------------------------------------------------------------------
Summary of changes: demos/spiv/spiv.c | 2 ++ 1 files changed, 2 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.