Rewrite action handling to allow multiple actions at once

This commit is contained in:
Consolatis 2022-01-05 09:11:24 +01:00 committed by Johan Malm
parent a54ce40e1c
commit 0b45cce648
12 changed files with 276 additions and 140 deletions

View file

@ -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 {