mirror of
https://github.com/cage-kiosk/cage.git
synced 2025-10-29 05:40:19 -04:00
view: add function to damage whole view
This commit is contained in:
parent
aa4b27ec20
commit
1308c0ffc3
4 changed files with 20 additions and 0 deletions
6
view.c
6
view.c
|
|
@ -139,6 +139,12 @@ view_damage_surface(struct cg_view *view)
|
|||
output_damage_view_surface(view->server->output, view);
|
||||
}
|
||||
|
||||
void
|
||||
view_damage_whole(struct cg_view *view)
|
||||
{
|
||||
output_damage_view_whole(view->server->output, view);
|
||||
}
|
||||
|
||||
void
|
||||
view_activate(struct cg_view *view, bool activate)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue