From 1442d4e6881e06c9a43c985e6b890cfe77e13adf Mon Sep 17 00:00:00 2001 From: Rostislav Pehlivanov Date: Sun, 16 Dec 2018 13:27:45 +0000 Subject: Update for swaywm/wlroots#1377 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit -Werror is eͫ̐ͭ҉vi͆ͦ̏ͦlͥ̀͒̊͂͛ --- sway/ipc-json.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sway/ipc-json.c') diff --git a/sway/ipc-json.c b/sway/ipc-json.c index fc631373..0c94fb63 100644 --- a/sway/ipc-json.c +++ b/sway/ipc-json.c @@ -93,6 +93,8 @@ static const char *ipc_json_device_type_description(struct sway_input_device *de return "tablet_tool"; case WLR_INPUT_DEVICE_TABLET_PAD: return "tablet_pad"; + case WLR_INPUT_DEVICE_SWITCH: + return "switch"; } return "unknown"; } -- cgit v1.2.3