scene_graph: Implement toplevel clipping

This commit is contained in:
Alexander Orzechowski 2023-11-22 15:11:12 -05:00 committed by Kirill Primak
parent 09e11dabb2
commit 9da295c11f
5 changed files with 27 additions and 12 deletions

View file

@ -274,7 +274,7 @@ void view_map(struct sway_view *view, struct wlr_surface *wlr_surface,
void view_unmap(struct sway_view *view);
void view_update_size(struct sway_view *view);
void view_center_surface(struct sway_view *view);
void view_center_and_clip_surface(struct sway_view *view);
struct sway_view *view_from_wlr_xdg_surface(
struct wlr_xdg_surface *xdg_surface);