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 a76e111f516303a55c27a14782055770637c764a (commit) from cc8d797431865afe675e257b7f06513adcb7fac4 (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/a76e111f516303a55c27a14782055770637c7...
commit a76e111f516303a55c27a14782055770637c764a Author: Cyril Hrubis metan@ucw.cz Date: Tue Aug 16 16:10:06 2011 +0200
Move the key name down.
diff --git a/tests/SDL/input.c b/tests/SDL/input.c index b956e62..ebc7820 100644 --- a/tests/SDL/input.c +++ b/tests/SDL/input.c @@ -66,8 +66,8 @@ void draw_event(GP_Event *ev) if (ev->type != GP_EV_KEY) return;
- GP_FillRect(&context, 0, 0, 200, 20, black_pixel); - GP_Text(&context, NULL, 0, 0, GP_ALIGN_RIGHT|GP_VALIGN_BOTTOM, + GP_FillRect(&context, 0, 0, 150, 35, black_pixel); + GP_Text(&context, NULL, 20, 20, GP_ALIGN_RIGHT|GP_VALIGN_BOTTOM, GP_EventKeyName(ev->val.key.key), white_pixel); SDL_Flip(display); }
-----------------------------------------------------------------------
Summary of changes: tests/SDL/input.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.