mirror of
https://github.com/swaywm/sway.git
synced 2025-10-29 05:40:18 -04:00
ipc: standardize pretty print with raw print
`swaymsg -t get_inputs --raw` calls it a pointer but `--pretty` calls it
a Mouse. Previous commit 6737b90cb that set this to pointer probably
forgo to update the pretty one.
closes #8584
This commit is contained in:
parent
a25645a5a6
commit
cb246cb9c2
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ static const char *pretty_type_name(const char *name) {
|
|||
const char *b;
|
||||
} type_names[] = {
|
||||
{ "keyboard", "Keyboard" },
|
||||
{ "pointer", "Mouse" },
|
||||
{ "pointer", "Pointer" },
|
||||
{ "touchpad", "Touchpad" },
|
||||
{ "tablet_pad", "Tablet pad" },
|
||||
{ "tablet_tool", "Tablet tool" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue