aboutsummaryrefslogtreecommitdiffstats
path: root/sway/ipc-json.c
diff options
context:
space:
mode:
authorLibravatar Rostislav Pehlivanov <atomnuker@gmail.com>2018-12-16 13:27:45 +0000
committerLibravatar emersion <contact@emersion.fr>2018-12-16 15:04:06 +0100
commit1442d4e6881e06c9a43c985e6b890cfe77e13adf (patch)
tree976cdd267caae84e911992dc2d9cadc9817ed29e /sway/ipc-json.c
parentswaynag: damage the cursor surface on update (diff)
downloadsway-1442d4e6881e06c9a43c985e6b890cfe77e13adf.tar.gz
sway-1442d4e6881e06c9a43c985e6b890cfe77e13adf.tar.zst
sway-1442d4e6881e06c9a43c985e6b890cfe77e13adf.zip
Update for swaywm/wlroots#1377
-Werror is eͫ̐ͭ҉vi͆ͦ̏ͦlͥ̀͒̊͂͛
Diffstat (limited to 'sway/ipc-json.c')
-rw-r--r--sway/ipc-json.c2
1 files changed, 2 insertions, 0 deletions
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
93 return "tablet_tool"; 93 return "tablet_tool";
94 case WLR_INPUT_DEVICE_TABLET_PAD: 94 case WLR_INPUT_DEVICE_TABLET_PAD:
95 return "tablet_pad"; 95 return "tablet_pad";
96 case WLR_INPUT_DEVICE_SWITCH:
97 return "switch";
96 } 98 }
97 return "unknown"; 99 return "unknown";
98} 100}