mirror of
https://github.com/swaywm/sway.git
synced 2025-11-04 13:29:52 -05:00
seat config handler context
This commit is contained in:
parent
9e0595f26b
commit
cc3c713889
8 changed files with 31 additions and 8 deletions
|
|
@ -354,6 +354,7 @@ struct sway_config {
|
|||
// Context for command handlers
|
||||
struct {
|
||||
struct input_config *input_config;
|
||||
struct seat_config *seat_config;
|
||||
} handler_context;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue