Searched defs:seat (Results 1 – 1 of 1) sorted by relevance
127 struct seat { struct128 struct wl_touch * wl_touch;129 struct wl_pointer * wl_pointer;130 struct wl_keyboard * wl_keyboard;132 struct {135 } xkb;183 struct seat seat; member1059 struct seat * seat = &app->seat; in seat_handle_capabilities() local