2018-11-25 13:39:53 +00:00
|
|
|
#ifndef ROOTSTON_BINDINGS_H
|
|
|
|
#define ROOTSTON_BINDINGS_H
|
|
|
|
|
|
|
|
#include "rootston/seat.h"
|
|
|
|
#include "rootston/input.h"
|
|
|
|
|
2018-12-15 03:57:12 +00:00
|
|
|
void execute_binding_command(struct roots_seat *seat, struct roots_input *input, const char *command);
|
2018-11-25 13:39:53 +00:00
|
|
|
|
|
|
|
#endif //ROOTSTON_BINDINGS_H
|