Searched refs:x11_atom_cache (Results 1 – 3 of 3) sorted by relevance
158 struct x11_atom_cache { struct180 if (!ctx->x11_atom_cache) { in adopt_atoms() argument181 ctx->x11_atom_cache = calloc(1, sizeof(struct x11_atom_cache)); in adopt_atoms()184 struct x11_atom_cache *cache = ctx->x11_atom_cache; in adopt_atoms()
213 free(ctx->x11_atom_cache); in xkb_context_unref()327 ctx->x11_atom_cache = NULL; in xkb_context_new()
49 void *x11_atom_cache; member