add permissions to actions

This commit is contained in:
Tobias Bengfort 2025-09-06 10:44:13 +02:00
parent 589ea47920
commit bed325a7ff
6 changed files with 28 additions and 7 deletions

View file

@ -18,6 +18,7 @@ struct action {
*/
uint32_t type; /* enum action_type */
uint32_t allowed_interfaces;
struct wl_list args; /* struct action_arg.link */
};