Lines Matching refs:wl_output
77 struct wl_output;
3208 … wl_shell_surface *wl_shell_surface, uint32_t method, uint32_t framerate, struct wl_output *output) in wl_shell_surface_set_fullscreen()
3267 wl_shell_surface_set_maximized(struct wl_shell_surface *wl_shell_surface, struct wl_output *output) in wl_shell_surface_set_maximized()
3346 struct wl_output *output);
3357 struct wl_output *output);
5139 struct wl_output *wl_output,
5170 struct wl_output *wl_output,
5186 struct wl_output *wl_output);
5210 struct wl_output *wl_output,
5218 wl_output_add_listener(struct wl_output *wl_output, in wl_output_add_listener() argument
5221 return wl_proxy_add_listener((struct wl_proxy *) wl_output, in wl_output_add_listener()
5251 wl_output_set_user_data(struct wl_output *wl_output, void *user_data) in wl_output_set_user_data() argument
5253 wl_proxy_set_user_data((struct wl_proxy *) wl_output, user_data); in wl_output_set_user_data()
5258 wl_output_get_user_data(struct wl_output *wl_output) in wl_output_get_user_data() argument
5260 return wl_proxy_get_user_data((struct wl_proxy *) wl_output); in wl_output_get_user_data()
5264 wl_output_get_version(struct wl_output *wl_output) in wl_output_get_version() argument
5266 return wl_proxy_get_version((struct wl_proxy *) wl_output); in wl_output_get_version()
5271 wl_output_destroy(struct wl_output *wl_output) in wl_output_destroy() argument
5273 wl_proxy_destroy((struct wl_proxy *) wl_output); in wl_output_destroy()
5283 wl_output_release(struct wl_output *wl_output) in wl_output_release() argument
5285 wl_proxy_marshal((struct wl_proxy *) wl_output, in wl_output_release()
5288 wl_proxy_destroy((struct wl_proxy *) wl_output); in wl_output_release()