aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/input/keyboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/input/keyboard.h')
-rw-r--r--include/sway/input/keyboard.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/sway/input/keyboard.h b/include/sway/input/keyboard.h
index 89cde3fa..0b0c1549 100644
--- a/include/sway/input/keyboard.h
+++ b/include/sway/input/keyboard.h
@@ -1,3 +1,6 @@
1#ifndef _SWAY_INPUT_KEYBOARD_H
2#define _SWAY_INPUT_KEYBOARD_H
3
1#include "sway/input/seat.h" 4#include "sway/input/seat.h"
2 5
3struct sway_keyboard { 6struct sway_keyboard {
@@ -16,3 +19,5 @@ struct sway_keyboard *sway_keyboard_create(struct sway_seat *seat,
16void sway_keyboard_configure(struct sway_keyboard *keyboard); 19void sway_keyboard_configure(struct sway_keyboard *keyboard);
17 20
18void sway_keyboard_destroy(struct sway_keyboard *keyboard); 21void sway_keyboard_destroy(struct sway_keyboard *keyboard);
22
23#endif