aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input/cursor.c
diff options
context:
space:
mode:
authorLibravatar Pascal Pascher <pascalpascher@gmx.net>2018-07-25 12:17:10 +0200
committerLibravatar Pascal Pascher <pascalpascher@gmx.net>2018-07-25 12:17:10 +0200
commit79a45d4a4049e3b9235915cd308ed2995623f833 (patch)
tree11c0f4b2eb4338b6ace9f519cc21328d68918b8e /sway/input/cursor.c
parentstyle fixes, exclude sway/desctop/xwayland.c when enable_xwayland: false (diff)
downloadsway-79a45d4a4049e3b9235915cd308ed2995623f833.tar.gz
sway-79a45d4a4049e3b9235915cd308ed2995623f833.tar.zst
sway-79a45d4a4049e3b9235915cd308ed2995623f833.zip
more style fixes, included "sway/config.h" where needed
Diffstat (limited to 'sway/input/cursor.c')
-rw-r--r--sway/input/cursor.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/input/cursor.c b/sway/input/cursor.c
index 33eebf97..3de36e1c 100644
--- a/sway/input/cursor.c
+++ b/sway/input/cursor.c
@@ -11,6 +11,7 @@
11#include <wlr/types/wlr_idle.h> 11#include <wlr/types/wlr_idle.h>
12#include "list.h" 12#include "list.h"
13#include "log.h" 13#include "log.h"
14#include "sway/config.h"
14#include "sway/desktop.h" 15#include "sway/desktop.h"
15#include "sway/desktop/transaction.h" 16#include "sway/desktop/transaction.h"
16#include "sway/input/cursor.h" 17#include "sway/input/cursor.h"