xf86-input-joystick: Changes to 'master'

Sascha Hlusiak saschahlusiak at kemper.freedesktop.org
Sat Oct 6 08:30:30 PDT 2007


 man/joystick.man   |   32 
 src/Makefile.am    |    9 
 src/StrKeysym.c    |   82 +
 src/StrKeysym.h    |    6 
 src/jstk.c         |    5 
 src/jstk_options.c |   24 
 src/ks_tables.h    | 2694 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 7 files changed, 2830 insertions(+), 22 deletions(-)

New commits:
commit 15870ef9bf57475ad79b839613fabd951daceac6
Author: Sascha Hlusiak <saschahlusiak at arcor.de>
Date:   Sat Oct 6 17:28:59 2007 +0200

    Use XStringToKeysym to parse symbolic keys defined in xorg.conf.
    
    Users can map buttons to "key=space" or "key=Left" to map them to XK_space or XK_Left. As
    fallback the numerical expression still works.

commit 0897d8acdecf30f9496578019487263a22ed984b
Author: Sascha Hlusiak <saschahlusiak at arcor.de>
Date:   Sat Oct 6 17:07:19 2007 +0200

    Integrated XStringToKeysym from libX11 in the module.
    
    To look up Keysyms from Strings the method XStringToKeysym comes in handy, which would
    require linking against libX11. By integrating the method in the module, this can be
    avoided until similar functionallity get's included in xorg-server.



More information about the xorg-commit mailing list