mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 03:45:58 +01:00
9 lines
246 B
C
9 lines
246 B
C
#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
|