aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway')
-rw-r--r--include/sway/input/cursor.h (renamed from include/sway/cursor.h)2
-rw-r--r--include/sway/input/input-manager.h (renamed from include/sway/input-manager.h)2
-rw-r--r--include/sway/input/seat.h (renamed from include/sway/seat.h)2
3 files changed, 3 insertions, 3 deletions
diff --git a/include/sway/cursor.h b/include/sway/input/cursor.h
index 647bc8f1..91421964 100644
--- a/include/sway/cursor.h
+++ b/include/sway/input/cursor.h
@@ -1,7 +1,7 @@
1#ifndef _SWAY_CURSOR_H 1#ifndef _SWAY_CURSOR_H
2#define _SWAY_CURSOR_H 2#define _SWAY_CURSOR_H
3 3
4#include "sway/seat.h" 4#include "sway/input/seat.h"
5 5
6struct sway_cursor { 6struct sway_cursor {
7 struct wlr_cursor *cursor; 7 struct wlr_cursor *cursor;
diff --git a/include/sway/input-manager.h b/include/sway/input/input-manager.h
index 4c01a043..5dc75ba7 100644
--- a/include/sway/input-manager.h
+++ b/include/sway/input/input-manager.h
@@ -2,7 +2,7 @@
2#define _SWAY_INPUT_MANAGER_H 2#define _SWAY_INPUT_MANAGER_H
3#include <libinput.h> 3#include <libinput.h>
4#include "sway/server.h" 4#include "sway/server.h"
5#include "config.h" 5#include "sway/config.h"
6#include "list.h" 6#include "list.h"
7 7
8struct sway_input_manager { 8struct sway_input_manager {
diff --git a/include/sway/seat.h b/include/sway/input/seat.h
index 2f8ca72e..a84b7efd 100644
--- a/include/sway/seat.h
+++ b/include/sway/input/seat.h
@@ -2,7 +2,7 @@
2#define _SWAY_SEAT_H 2#define _SWAY_SEAT_H
3 3
4#include <wlr/types/wlr_seat.h> 4#include <wlr/types/wlr_seat.h>
5#include "sway/input-manager.h" 5#include "sway/input/input-manager.h"
6 6
7struct sway_seat { 7struct sway_seat {
8 struct wlr_seat *seat; 8 struct wlr_seat *seat;