aboutsummaryrefslogtreecommitdiff
path: root/include/rootston/bindings.h
blob: 8ca23a9fabe608484727df56d8ac6f7bdb989237 (plain)
1
2
3
4
5
6
7
8
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