aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Alexander Orzechowski <alex@ozal.ski>2023-11-22 15:11:12 -0500
committerLibravatar Kirill Primak <vyivel@eclair.cafe>2024-01-18 18:36:54 +0300
commit9da295c11f90dcfbf254ccf23b9124c87ccd8ddf (patch)
tree328cf15feeccd8bdc90f1205542857ab34afeaa2 /include
parentscene_graph: Port opacity and filter modes (diff)
downloadsway-9da295c11f90dcfbf254ccf23b9124c87ccd8ddf.tar.gz
sway-9da295c11f90dcfbf254ccf23b9124c87ccd8ddf.tar.zst
sway-9da295c11f90dcfbf254ccf23b9124c87ccd8ddf.zip
scene_graph: Implement toplevel clipping
Diffstat (limited to 'include')
-rw-r--r--include/sway/tree/view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/tree/view.h b/include/sway/tree/view.h
index 80097dd3..3e5a9bfe 100644
--- a/include/sway/tree/view.h
+++ b/include/sway/tree/view.h
@@ -274,7 +274,7 @@ void view_map(struct sway_view *view, struct wlr_surface *wlr_surface,
274void view_unmap(struct sway_view *view); 274void view_unmap(struct sway_view *view);
275 275
276void view_update_size(struct sway_view *view); 276void view_update_size(struct sway_view *view);
277void view_center_surface(struct sway_view *view); 277void view_center_and_clip_surface(struct sway_view *view);
278 278
279struct sway_view *view_from_wlr_xdg_surface( 279struct sway_view *view_from_wlr_xdg_surface(
280 struct wlr_xdg_surface *xdg_surface); 280 struct wlr_xdg_surface *xdg_surface);