diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2019-06-07 00:04:17 -0400 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2019-06-07 00:04:17 -0400 |
| commit | 164363229306b7e3fd455cb7f273825ecfe20c95 (patch) | |
| tree | b7d2556be9243d24272a300235e70c764b9ff3bf | |
| parent | 96c9854720ed4c76492df781c60748f815840221 (diff) | |
Add the missing constant for the switch input type
| -rw-r--r-- | swaymsg/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/swaymsg/main.c b/swaymsg/main.c index 7ee553e7..f288d4a0 100644 --- a/swaymsg/main.c +++ b/swaymsg/main.c @@ -103,6 +103,7 @@ static const char *pretty_type_name(const char *name) { { "tablet_pad", "Tablet pad" }, { "tablet_tool", "Tablet tool" }, { "touch", "Touch" }, + { "switch", "Switch" }, }; for (size_t i = 0; i < sizeof(type_names) / sizeof(type_names[0]); ++i) { |
