mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-09 13:29:46 -05:00
Use a command string rather than an action enum
This commit is contained in:
parent
97d0fe8976
commit
238ded1578
3 changed files with 6 additions and 19 deletions
|
|
@ -18,14 +18,10 @@ struct device_config {
|
|||
struct wl_list link;
|
||||
};
|
||||
|
||||
enum binding_config_action {
|
||||
BINDING_CONFIG_ACTION_QUIT,
|
||||
};
|
||||
|
||||
struct binding_config {
|
||||
xkb_keysym_t *keysyms;
|
||||
size_t keysyms_len;
|
||||
enum binding_config_action action;
|
||||
char *command;
|
||||
struct wl_list link;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue