mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
Implement damage tracking
This commit is contained in:
parent
695ce28b55
commit
54804fd3df
15 changed files with 881 additions and 321 deletions
|
|
@ -15,6 +15,7 @@ show_menu(struct server *server, const char *menu)
|
|||
menu_move(server->rootmenu, server->seat.cursor->x,
|
||||
server->seat.cursor->y);
|
||||
}
|
||||
damage_all_outputs(server);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
@ -29,6 +30,7 @@ action(struct server *server, const char *action, const char *command)
|
|||
} else if (!strcasecmp(action, "Exit")) {
|
||||
wl_display_terminate(server->wl_display);
|
||||
} else if (!strcasecmp(action, "NextWindow")) {
|
||||
dbg_show_views(server);
|
||||
server->cycle_view =
|
||||
desktop_cycle_view(server, server->cycle_view);
|
||||
} else if (!strcasecmp(action, "Reconfigure")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue