mirror of
https://github.com/cage-kiosk/cage.git
synced 2025-11-26 07:00:00 -05:00
output: add damage tracking methods
This commit is contained in:
parent
9b1641aa14
commit
79b81263f4
2 changed files with 21 additions and 1 deletions
|
|
@ -24,6 +24,8 @@ struct cg_output {
|
|||
struct wl_list link; // cg_server::outputs
|
||||
};
|
||||
|
||||
void cage_output_damage_whole(struct cg_output *output);
|
||||
void cage_output_damage_region(struct cg_output *output, struct wlr_box *region);
|
||||
void cage_output_get_geometry(struct cg_output *output, struct wlr_box *geometry);
|
||||
void cage_output_disable(struct cg_output *output);
|
||||
void cage_output_enable(struct cg_output *output);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue