libxkbfile: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Mar 18 01:31:05 UTC 2024


 include/X11/extensions/XKBrules.h |   89 +++++++++++++++++++++++++++++++-------
 src/maprules.c                    |   28 +++++++++++
 2 files changed, 101 insertions(+), 16 deletions(-)

New commits:
commit 948cbfb38a76df395e7d9458c472901bcfefb969
Author: Alexander Golubev <fatzer2 at gmail.com>
Date:   Sun Mar 17 03:48:08 2024 +0300

    Document XkbRF_VarDefsRec and some related functions
    
    Document next symbols:
     - XkbRF_VarDefsRec
     - XkbRF_GetNamesProp()
     - XkbRF_SetNamesProp()
     - _XKB_RF_NAMES_PROP_ATOM
    
    Signed-off-by: Alexander Golubev <fatzer2 at gmail.com>

commit 6afd4ae4473e7c1701ae3be9813ca2857395f2a5
Author: Alexander Golubev <fatzer2 at gmail.com>
Date:   Sun Mar 17 03:51:37 2024 +0300

    Add XkbRF_FreeVarDefs() a destructor for XkbRF_VarDefsRec.
    
    The function properly frees memory allocated for XkbRF_VarDefsRec by
    XkbRF_GetNamesProp().
    
    Based on original contribution by Martin Weber <martin.weber at secunet.com>
    
    Closes: https://gitlab.freedesktop.org/xorg/lib/libxkbfile/-/issues/6
    Signed-off-by: Alexander Golubev <fatzer2 at gmail.com>



More information about the xorg-commit mailing list