mirror of
https://github.com/cage-kiosk/cage.git
synced 2025-10-29 05:40:19 -04:00
parent
f0eb115bda
commit
e981cb8a1c
10 changed files with 271 additions and 28 deletions
6
view.c
6
view.c
|
|
@ -45,6 +45,12 @@ view_is_transient_for(struct cg_view *child, struct cg_view *parent) {
|
|||
return child->impl->is_transient_for(child, parent);
|
||||
}
|
||||
|
||||
void
|
||||
view_damage_surface(struct cg_view *view)
|
||||
{
|
||||
output_damage_view_surface(view->server->output, view);
|
||||
}
|
||||
|
||||
void
|
||||
view_activate(struct cg_view *view, bool activate)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue