mirror of
https://github.com/labwc/labwc.git
synced 2026-04-07 08:21:20 -04:00
add permissions to actions
This commit is contained in:
parent
433c898839
commit
d85e7d8158
6 changed files with 24 additions and 7 deletions
|
|
@ -18,6 +18,7 @@ struct action {
|
|||
*/
|
||||
|
||||
uint32_t type; /* enum action_type */
|
||||
uint32_t permissions; /* enum lab_permission */
|
||||
struct wl_list args; /* struct action_arg.link */
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue