mirror of
https://github.com/labwc/labwc.git
synced 2026-03-23 05:34:52 -04:00
tree-wide: rename seat->seat to seat->wlr_seat for clarity
As we use "seat" to refer to the labwc struct, this makes it clearer at a quick glance which code is using the wlr struct instead.
This commit is contained in:
parent
4f72e6775e
commit
a2e0de7676
16 changed files with 106 additions and 106 deletions
|
|
@ -185,7 +185,7 @@ tablet_pad_create(struct seat *seat, struct wlr_input_device *wlr_device)
|
|||
pad->pad = wlr_tablet_pad_from_input_device(wlr_device);
|
||||
if (server.tablet_manager) {
|
||||
pad->pad_v2 = wlr_tablet_pad_create(
|
||||
server.tablet_manager, seat->seat, wlr_device);
|
||||
server.tablet_manager, seat->wlr_seat, wlr_device);
|
||||
}
|
||||
pad->pad->data = pad;
|
||||
wlr_log(WLR_INFO, "tablet pad capabilities: %zu button(s) %zu strip(s) %zu ring(s)",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue