mirror of
https://github.com/labwc/labwc.git
synced 2026-02-22 01:40:25 -05:00
Implement damage tracking
This commit is contained in:
parent
695ce28b55
commit
54804fd3df
15 changed files with 881 additions and 321 deletions
|
|
@ -148,6 +148,7 @@ desktop_cycle_view(struct server *server, struct view *current)
|
|||
do {
|
||||
view = wl_container_of(view->link.next, view, link);
|
||||
} while (&view->link == &server->views || !isfocusable(view));
|
||||
damage_all_outputs(server);
|
||||
return view;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue