• Show log

    Commit

  • Hash : ed78fbcb
    Author : Ran Benita
    Date : 2012-09-21T12:45:58

    state: special case effective group in layout_is_active
    
    Currently, xkb_state_layout_{index,name}_is_active may report multiple
    groups as effective, because at looks at base,latched,locked separately.
    But there can only be one effective group, which is computed from the
    other three. So if XKB_STATE_EFFECTIVE is requested, just compare to the
    effective group we have computed.
    
    We also modify mod_{index,name}_is_active similarly, just for symmetry
    (there the effective mask is just an OR of the other three so the
    current test is correct).
    
    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