Factor out binding command execution to separate file

This commit is contained in:
Ryan Walklin 2018-11-25 14:39:53 +01:00 committed by Ryan Walklin
parent 2a3c62b4d2
commit 2a7edfa24c
4 changed files with 121 additions and 101 deletions

View file

@ -0,0 +1,9 @@
#ifndef ROOTSTON_BINDINGS_H
#define ROOTSTON_BINDINGS_H
#include "rootston/seat.h"
#include "rootston/input.h"
void execute_binding_command (struct roots_seat *seat, struct roots_input *input, const char *command);
#endif //ROOTSTON_BINDINGS_H