From b19b0808940c8c54b102012be134a370b26e348e Mon Sep 17 00:00:00 2001 From: Gatis Paeglis Date: Wed, 5 Feb 2014 16:25:06 +0100 Subject: Update bundled libxkbcommon version to 0.4.0 This release comes with important bug fixes. Also we can now remove the workaround code which was needed for libxkbcommon 0.2.0. Task-number: QTBUG-31712 Task-number: QTBUG-33732 Task-number: QTBUG-34056 Change-Id: I57caf7f803b9a01a15541a5ad82e464de3b8abbb Reviewed-by: Oswald Buddenhagen Reviewed-by: Lars Knoll --- src/3rdparty/xkbcommon/src/atom.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/3rdparty/xkbcommon/src/atom.h') diff --git a/src/3rdparty/xkbcommon/src/atom.h b/src/3rdparty/xkbcommon/src/atom.h index f1abf1b72f..1bf8e49b8e 100644 --- a/src/3rdparty/xkbcommon/src/atom.h +++ b/src/3rdparty/xkbcommon/src/atom.h @@ -37,15 +37,12 @@ void atom_table_free(struct atom_table *table); xkb_atom_t -atom_lookup(struct atom_table *table, const char *string); +atom_lookup(struct atom_table *table, const char *string, size_t len); xkb_atom_t -atom_intern(struct atom_table *table, const char *string, +atom_intern(struct atom_table *table, const char *string, size_t len, bool steal); -char * -atom_strdup(struct atom_table *table, xkb_atom_t atom); - const char * atom_text(struct atom_table *table, xkb_atom_t atom); -- cgit v1.2.3