• Home
  • Raw
  • Download

Lines Matching refs:weston_desktop

39 struct weston_desktop {  struct
55 WL_EXPORT struct weston_desktop * argument
59 struct weston_desktop *desktop; in weston_desktop_create()
65 desktop = zalloc(sizeof(struct weston_desktop)); in weston_desktop_create()
101 weston_desktop_destroy(struct weston_desktop *desktop) in weston_desktop_destroy()
118 weston_desktop_get_compositor(struct weston_desktop *desktop) in weston_desktop_get_compositor()
124 weston_desktop_get_display(struct weston_desktop *desktop) in weston_desktop_get_display()
130 weston_desktop_api_ping_timeout(struct weston_desktop *desktop, in weston_desktop_api_ping_timeout()
138 weston_desktop_api_pong(struct weston_desktop *desktop, in weston_desktop_api_pong()
146 weston_desktop_api_surface_added(struct weston_desktop *desktop, in weston_desktop_api_surface_added()
159 weston_desktop_api_surface_removed(struct weston_desktop *desktop, in weston_desktop_api_surface_removed()
170 weston_desktop_api_committed(struct weston_desktop *desktop, in weston_desktop_api_committed()
179 weston_desktop_api_show_window_menu(struct weston_desktop *desktop, in weston_desktop_api_show_window_menu()
190 weston_desktop_api_set_parent(struct weston_desktop *desktop, in weston_desktop_api_set_parent()
199 weston_desktop_api_move(struct weston_desktop *desktop, in weston_desktop_api_move()
208 weston_desktop_api_resize(struct weston_desktop *desktop, in weston_desktop_api_resize()
219 weston_desktop_api_fullscreen_requested(struct weston_desktop *desktop, in weston_desktop_api_fullscreen_requested()
230 weston_desktop_api_maximized_requested(struct weston_desktop *desktop, in weston_desktop_api_maximized_requested()
240 weston_desktop_api_minimized_requested(struct weston_desktop *desktop, in weston_desktop_api_minimized_requested()
248 weston_desktop_api_set_xwayland_position(struct weston_desktop *desktop, in weston_desktop_api_set_xwayland_position()