mirror of
https://github.com/labwc/labwc.git
synced 2025-11-01 22:58:47 -04:00
seat: change order
More in line with other functions.
This commit is contained in:
parent
1df3ada636
commit
cef2214023
1 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue