seat: change order

More in line with other functions.
This commit is contained in:
Jens Peters 2024-01-07 22:20:38 +01:00
parent 775ddbe627
commit 64bd19bf4b
No known key found for this signature in database

View file

@ -351,12 +351,12 @@ new_input_notify(struct wl_listener *listener, void *data)
case WLR_INPUT_DEVICE_TOUCH:
input = new_touch(seat, device);
break;
case WLR_INPUT_DEVICE_TABLET_PAD:
input = new_tablet_pad(seat, device);
break;
case WLR_INPUT_DEVICE_TABLET_TOOL:
input = new_tablet(seat, device);
break;
case WLR_INPUT_DEVICE_TABLET_PAD:
input = new_tablet_pad(seat, device);
break;
default:
wlr_log(WLR_INFO, "unsupported input device");
return;