Searched refs:surf_ctx (Results 1 – 2 of 2) sorted by relevance
190 send_input_focus(struct input_context *ctx, struct ivisurface *surf_ctx, in send_input_focus() argument195 t_ilm_surface surface_id = lyt_if->get_id_of_surface(surf_ctx->layout_surface); in send_input_focus()206 struct ivisurface *surf_ctx = NULL; in input_ctrl_get_surf_ctx() local208 wl_list_for_each(surf_ctx, &ctx->ivishell->list_surface, link) { in input_ctrl_get_surf_ctx()209 if (lyt_surf == surf_ctx->layout_surface) { in input_ctrl_get_surf_ctx()210 ret_ctx = surf_ctx; in input_ctrl_get_surf_ctx()236 struct ivisurface *surf_ctx = NULL; in input_ctrl_get_surf_ctx_from_surf() local242 surf_ctx = input_ctrl_get_surf_ctx(ctx, layout_surf); in input_ctrl_get_surf_ctx_from_surf()244 return surf_ctx; in input_ctrl_get_surf_ctx_from_surf()331 struct ivisurface *surf_ctx, struct weston_surface *w_surf) in input_ctrl_kbd_leave_surf() argument[all …]
824 struct surface_context *surf_ctx; in input_listener_input_focus() local825 wl_list_for_each(surf_ctx, &ctx->list_surface, link) { in input_listener_input_focus()826 if (surface != surf_ctx->id_surface) in input_listener_input_focus()830 surf_ctx->prop.focus |= device; in input_listener_input_focus()832 surf_ctx->prop.focus &= ~device; in input_listener_input_focus()