Lines Matching refs:wl_output
77 struct wl_output;
3142 … wl_shell_surface *wl_shell_surface, uint32_t method, uint32_t framerate, struct wl_output *output) in wl_shell_surface_set_fullscreen()
3201 wl_shell_surface_set_maximized(struct wl_shell_surface *wl_shell_surface, struct wl_output *output) in wl_shell_surface_set_maximized()
3280 struct wl_output *output);
3291 struct wl_output *output);
5073 struct wl_output *wl_output,
5104 struct wl_output *wl_output,
5120 struct wl_output *wl_output);
5144 struct wl_output *wl_output,
5152 wl_output_add_listener(struct wl_output *wl_output, in wl_output_add_listener() argument
5155 return wl_proxy_add_listener((struct wl_proxy *) wl_output, in wl_output_add_listener()
5185 wl_output_set_user_data(struct wl_output *wl_output, void *user_data) in wl_output_set_user_data() argument
5187 wl_proxy_set_user_data((struct wl_proxy *) wl_output, user_data); in wl_output_set_user_data()
5192 wl_output_get_user_data(struct wl_output *wl_output) in wl_output_get_user_data() argument
5194 return wl_proxy_get_user_data((struct wl_proxy *) wl_output); in wl_output_get_user_data()
5198 wl_output_get_version(struct wl_output *wl_output) in wl_output_get_version() argument
5200 return wl_proxy_get_version((struct wl_proxy *) wl_output); in wl_output_get_version()
5205 wl_output_destroy(struct wl_output *wl_output) in wl_output_destroy() argument
5207 wl_proxy_destroy((struct wl_proxy *) wl_output); in wl_output_destroy()
5217 wl_output_release(struct wl_output *wl_output) in wl_output_release() argument
5219 wl_proxy_marshal((struct wl_proxy *) wl_output, in wl_output_release()
5222 wl_proxy_destroy((struct wl_proxy *) wl_output); in wl_output_release()