mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
Factor out binding command execution to separate file
This commit is contained in:
parent
2a3c62b4d2
commit
2a7edfa24c
4 changed files with 121 additions and 101 deletions
9
include/rootston/bindings.h
Normal file
9
include/rootston/bindings.h
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue