Searched defs:input_context (Results 1 – 1 of 1) sorted by relevance
66 struct input_context { struct67 struct wl_list resource_list;68 struct wl_list seat_list;69 int successful_init_stage;70 struct ivishell *ivishell;72 struct wl_listener surface_created;73 struct wl_listener surface_destroyed;97 static struct input_context *g_ctx = {0}; argument