mirror of
https://github.com/labwc/labwc.git
synced 2026-02-18 22:05:32 -05:00
desktop: rename desktop_cycle_view()
This commit is contained in:
parent
5f9c5a9d01
commit
5d6143449f
5 changed files with 9 additions and 11 deletions
|
|
@ -15,7 +15,7 @@ action(struct server *server, const char *action, const char *command)
|
|||
spawn_async_no_shell(command);
|
||||
} else if (!strcasecmp(action, "NextWindow")) {
|
||||
server->cycle_view =
|
||||
desktop_next_view(server, server->cycle_view);
|
||||
desktop_cycle_view(server, server->cycle_view);
|
||||
} else if (!strcasecmp(action, "Reconfigure")) {
|
||||
spawn_async_no_shell("killall -SIGHUP labwc");
|
||||
} else if (!strcasecmp(action, "Debug")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue