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 992b25b48eb696727ef6d19113a164ed7b286570 (commit) from c3fb40e752939f3ef6d3194f29613ed9c2f4d0dc (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/992b25b48eb696727ef6d19113a164ed7b286...
commit 992b25b48eb696727ef6d19113a164ed7b286570 Author: Cyril Hrubis metan@ucw.cz Date: Sat Feb 9 20:22:20 2013 +0100
input: X11: Fix typo (left ctrl vs. right ctrl)
diff --git a/libs/input/GP_InputDriverX11.c b/libs/input/GP_InputDriverX11.c index 7874588..7e5f1ef 100644 --- a/libs/input/GP_InputDriverX11.c +++ b/libs/input/GP_InputDriverX11.c @@ -115,8 +115,8 @@ static const struct keytable sym_to_key[] = { {XK_Shift_R, GP_KEY_RIGHT_SHIFT}, {XK_Alt_L, GP_KEY_LEFT_ALT}, {XK_Alt_R, GP_KEY_RIGHT_ALT}, - {XK_Control_L, GP_KEY_RIGHT_CTRL}, - {XK_Control_R, GP_KEY_LEFT_CTRL}, + {XK_Control_L, GP_KEY_LEFT_CTRL}, + {XK_Control_R, GP_KEY_RIGHT_CTRL}, {XK_Caps_Lock, GP_KEY_CAPS_LOCK}, {XK_Super_L, GP_KEY_LEFT_META}, {XK_Super_R, GP_KEY_RIGHT_META},
-----------------------------------------------------------------------
Summary of changes: libs/input/GP_InputDriverX11.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.