aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/input
diff options
context:
space:
mode:
authorLibravatar Tony Crisci <tony@dubstepdish.com>2018-01-20 11:44:34 -0500
committerLibravatar Tony Crisci <tony@dubstepdish.com>2018-01-20 11:44:34 -0500
commitcc3c713889e529c74888d9cd89af7039bfbae20c (patch)
treef40da3a0fc2639b6a22bdb0e323106f66d27ec45 /include/sway/input
parentinput config handler context (diff)
downloadsway-cc3c713889e529c74888d9cd89af7039bfbae20c.tar.gz
sway-cc3c713889e529c74888d9cd89af7039bfbae20c.tar.zst
sway-cc3c713889e529c74888d9cd89af7039bfbae20c.zip
seat config handler context
Diffstat (limited to 'include/sway/input')
-rw-r--r--include/sway/input/input-manager.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sway/input/input-manager.h b/include/sway/input/input-manager.h
index 8388f930..58a93fe3 100644
--- a/include/sway/input/input-manager.h
+++ b/include/sway/input/input-manager.h
@@ -5,8 +5,6 @@
5#include "sway/config.h" 5#include "sway/config.h"
6#include "list.h" 6#include "list.h"
7 7
8extern struct seat_config *current_seat_config;
9
10/** 8/**
11 * The global singleton input manager 9 * The global singleton input manager
12 * TODO: make me not a global 10 * TODO: make me not a global