Lines Matching refs:wl_shell_surface

83 struct wl_shell_surface;
2826 static inline struct wl_shell_surface *
2834 return (struct wl_shell_surface *) id; in wl_shell_get_shell_surface()
2948 struct wl_shell_surface *wl_shell_surface,
2975 struct wl_shell_surface *wl_shell_surface,
2987 struct wl_shell_surface *wl_shell_surface);
2994 wl_shell_surface_add_listener(struct wl_shell_surface *wl_shell_surface, in wl_shell_surface_add_listener() argument
2997 return wl_proxy_add_listener((struct wl_proxy *) wl_shell_surface, in wl_shell_surface_add_listener()
3068 wl_shell_surface_set_user_data(struct wl_shell_surface *wl_shell_surface, void *user_data) in wl_shell_surface_set_user_data() argument
3070 wl_proxy_set_user_data((struct wl_proxy *) wl_shell_surface, user_data); in wl_shell_surface_set_user_data()
3075 wl_shell_surface_get_user_data(struct wl_shell_surface *wl_shell_surface) in wl_shell_surface_get_user_data() argument
3077 return wl_proxy_get_user_data((struct wl_proxy *) wl_shell_surface); in wl_shell_surface_get_user_data()
3081 wl_shell_surface_get_version(struct wl_shell_surface *wl_shell_surface) in wl_shell_surface_get_version() argument
3083 return wl_proxy_get_version((struct wl_proxy *) wl_shell_surface); in wl_shell_surface_get_version()
3088 wl_shell_surface_destroy(struct wl_shell_surface *wl_shell_surface) in wl_shell_surface_destroy() argument
3090 wl_proxy_destroy((struct wl_proxy *) wl_shell_surface); in wl_shell_surface_destroy()
3100 wl_shell_surface_pong(struct wl_shell_surface *wl_shell_surface, uint32_t serial) in wl_shell_surface_pong() argument
3102 wl_proxy_marshal((struct wl_proxy *) wl_shell_surface, in wl_shell_surface_pong()
3116 wl_shell_surface_move(struct wl_shell_surface *wl_shell_surface, struct wl_seat *seat, uint32_t ser… in wl_shell_surface_move() argument
3118 wl_proxy_marshal((struct wl_proxy *) wl_shell_surface, in wl_shell_surface_move()
3132 wl_shell_surface_resize(struct wl_shell_surface *wl_shell_surface, struct wl_seat *seat, uint32_t s… in wl_shell_surface_resize() argument
3134 wl_proxy_marshal((struct wl_proxy *) wl_shell_surface, in wl_shell_surface_resize()
3146 wl_shell_surface_set_toplevel(struct wl_shell_surface *wl_shell_surface) in wl_shell_surface_set_toplevel() argument
3148 wl_proxy_marshal((struct wl_proxy *) wl_shell_surface, in wl_shell_surface_set_toplevel()
3164 wl_shell_surface_set_transient(struct wl_shell_surface *wl_shell_surface, struct wl_surface *parent… in wl_shell_surface_set_transient() argument
3166 wl_proxy_marshal((struct wl_proxy *) wl_shell_surface, in wl_shell_surface_set_transient()
3208 wl_shell_surface_set_fullscreen(struct wl_shell_surface *wl_shell_surface, uint32_t method, uint32_… in wl_shell_surface_set_fullscreen() argument
3210 wl_proxy_marshal((struct wl_proxy *) wl_shell_surface, in wl_shell_surface_set_fullscreen()
3238 wl_shell_surface_set_popup(struct wl_shell_surface *wl_shell_surface, struct wl_seat *seat, uint32_… in wl_shell_surface_set_popup() argument
3240 wl_proxy_marshal((struct wl_proxy *) wl_shell_surface, in wl_shell_surface_set_popup()
3267 wl_shell_surface_set_maximized(struct wl_shell_surface *wl_shell_surface, struct wl_output *output) in wl_shell_surface_set_maximized() argument
3269 wl_proxy_marshal((struct wl_proxy *) wl_shell_surface, in wl_shell_surface_set_maximized()
3285 wl_shell_surface_set_title(struct wl_shell_surface *wl_shell_surface, const char *title) in wl_shell_surface_set_title() argument
3287 wl_proxy_marshal((struct wl_proxy *) wl_shell_surface, in wl_shell_surface_set_title()
3302 wl_shell_surface_set_class(struct wl_shell_surface *wl_shell_surface, const char *class_) in wl_shell_surface_set_class() argument
3304 wl_proxy_marshal((struct wl_proxy *) wl_shell_surface, in wl_shell_surface_set_class()