Lines Matching refs:surface
14 libweston/desktop/surface.c | 10 ++++++++++
39 @@ -176,6 +176,10 @@ weston_desktop_surface_set_size(struct weston_desktop_surface *surface,
41 weston_desktop_surface_set_orientation(struct weston_desktop_surface *surface,
45 +weston_desktop_surface_set_position(struct weston_desktop_surface *surface,
48 weston_desktop_surface_close(struct weston_desktop_surface *surface);
67 @@ -1810,6 +1810,8 @@ weston_surface_damage(struct weston_surface *surface)
76 diff --git a/libweston/desktop/surface.c b/libweston/desktop/surface.c
78 --- a/libweston/desktop/surface.c
79 +++ b/libweston/desktop/surface.c
80 @@ -695,6 +695,16 @@ weston_desktop_surface_get_min_size(struct weston_desktop_surface *surface)
81 surface->implementation_data);
85 +weston_desktop_surface_set_position(struct weston_desktop_surface *surface,
90 + wl_list_for_each(view, &surface->view_list, link)
95 weston_desktop_surface_set_title(struct weston_desktop_surface *surface,
102 struct weston_desktop_xdg_surface *surface =
115 if (!weston_desktop_xdg_surface_check_role(surface))