aboutsummaryrefslogtreecommitdiff
path: root/src/context.h
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2021-01-25 23:28:14 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-01-25 23:28:14 +0000
commitcd97c08c7bd09c09198fefe9c612f9995cd6ed2e (patch)
treefb7f4b6e3a06f43f823ea3e298418084e0a7175b /src/context.h
parentc4c629da3ace013ce7470c47795e54bbdbfc0ceb (diff)
parent6180785875797720380cdc38f691dd7f74e5aad3 (diff)
downloadlibxkbcommon-cd97c08c7bd09c09198fefe9c612f9995cd6ed2e.tar.gz
Upgrade libxkbcommon to xkbcommon-1.0.3 am: 91f38399c2 am: 347a79aaea am: 6180785875
Original change: https://android-review.googlesource.com/c/platform/external/libxkbcommon/+/1510331 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I306ae73de77ff970b21744db39df068b53c57786
Diffstat (limited to 'src/context.h')
-rw-r--r--src/context.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/context.h b/src/context.h
index ead2508..44367cc 100644
--- a/src/context.h
+++ b/src/context.h
@@ -45,6 +45,9 @@ struct xkb_context {
struct atom_table *atom_table;
+ /* Used and allocated by xkbcommon-x11, free()d with the context. */
+ void *x11_atom_cache;
+
/* Buffer for the *Text() functions. */
char text_buffer[2048];
size_t text_next;