mirror of
https://github.com/labwc/labwc.git
synced 2025-11-01 22:58:47 -04:00
Rewrite action handling to allow multiple actions at once
This commit is contained in:
parent
a54ce40e1c
commit
0b45cce648
12 changed files with 276 additions and 140 deletions
|
|
@ -6,8 +6,7 @@
|
|||
#include <wlr/render/wlr_renderer.h>
|
||||
|
||||
struct menuitem {
|
||||
char *action;
|
||||
char *command;
|
||||
struct wl_list actions;
|
||||
struct menu *submenu;
|
||||
struct wlr_box box;
|
||||
struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue