Home
last modified time | relevance | path

Searched defs:text_backend (Results 1 – 2 of 2) sorted by relevance

/third_party/weston/compositor/
Dtext-backend.c89 struct text_backend *text_backend; member
101 struct text_backend { struct
102 struct weston_compositor *compositor;
104 struct {
110 } input_method;
112 struct wl_listener client_listener;
113 struct wl_listener seat_created_listener;
863 struct text_backend *text_backend = input_method->text_backend; in bind_input_method() local
944 respawn_input_method_process(struct text_backend *text_backend) in respawn_input_method_process()
971 struct text_backend *text_backend; in input_method_client_notifier() local
[all …]
/third_party/weston/desktop-shell/
Dshell.h168 struct text_backend *text_backend; member