Merge pull request #1539 from acrisci/bindings

Bindings
This commit is contained in:
Drew DeVault 2018-01-04 09:47:36 -05:00 committed by GitHub
commit 91313d3847
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 641 additions and 5 deletions

View file

@ -46,7 +46,8 @@ struct sway_mouse_binding {
*/
struct sway_mode {
char *name;
list_t *bindings;
list_t *keysym_bindings;
list_t *keycode_bindings;
};
/**