mirror of
https://github.com/swaywm/sway.git
synced 2026-04-28 06:46:26 -04:00
Follow style guide
This commit is contained in:
parent
16e60f2ea5
commit
068c777de2
15 changed files with 112 additions and 109 deletions
|
|
@ -53,6 +53,7 @@ struct sway_binding {
|
|||
uint32_t modifiers;
|
||||
char *command;
|
||||
};
|
||||
|
||||
/**
|
||||
* A mouse binding and an associated command.
|
||||
*/
|
||||
|
|
@ -111,7 +112,6 @@ struct gesture_target_config {
|
|||
struct libtouch_target *target;
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
* options for input devices
|
||||
*/
|
||||
|
|
@ -521,7 +521,7 @@ struct sway_config {
|
|||
list_t *command_policies;
|
||||
list_t *feature_policies;
|
||||
list_t *ipc_policies;
|
||||
|
||||
|
||||
struct libtouch_engine *gesture_engine;
|
||||
// Context for command handlers
|
||||
struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue