mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
wlr_scene_surface: Introduce scene_surface_set_clip
This commit is contained in:
parent
c6d356648c
commit
d1ddd4ca3a
3 changed files with 72 additions and 4 deletions
|
|
@ -119,6 +119,8 @@ struct wlr_scene_surface {
|
|||
|
||||
// private state
|
||||
|
||||
struct wlr_box clip;
|
||||
|
||||
struct wlr_addon addon;
|
||||
|
||||
struct wl_listener outputs_update;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue