• Show log

    Commit

  • Hash : 4b69d6f7
    Author : Ran Benita
    Date : 2012-09-15T02:09:34

    keycodes: ignore explicit minimum/maximum statements
    
    These statements are pretty pointless for us; we don't restrict keycodes
    like X does, and if someone writes e.g. maximum = 255 but only has 100
    keys, we currently happily alloc all those empty keys. xkbcomp already
    handles the case when these statements aren't given, and uses a computed
    min/max instead. We should just always use that.
    (Of course since keycodes/evdev currently uses almost all of the
    keycodes in the range it declares, including 255, this doesn't save any
    memory for the common user right now).
    
    Signed-off-by: Ran Benita <ran234@gmail.com>
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/libxkbcommon.git
    Git SSH git@git.kmx.io:kc3-lang/libxkbcommon.git
    Public access ? public
    Description

    keymap handling library for toolkits and window systems

    Users
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg thodg_l
    Tags