mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
Support a very simple root-menu
This commit is contained in:
parent
f49a3a0395
commit
dc5d1ab976
9 changed files with 255 additions and 36 deletions
|
|
@ -25,7 +25,7 @@ action(struct server *server, const char *action, const char *command)
|
|||
desktop_next_view(server, server->cycle_view);
|
||||
} else if (!strcasecmp(action, "Reconfigure")) {
|
||||
reconfigure();
|
||||
} else if (!strcasecmp(action, "debug-views")) {
|
||||
} else if (!strcasecmp(action, "Debug")) {
|
||||
dbg_show_views(server);
|
||||
} else {
|
||||
warn("action (%s) not supported", action);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue