You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#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
|