mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-03 09:01:40 -05:00
backend/wayland: rename wl_seat.c to seat.c
I never got why we have a wl_ prefix here.
This commit is contained in:
parent
c9859f187f
commit
613f9c6f8d
2 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
wlr_files += files(
|
wlr_files += files(
|
||||||
'backend.c',
|
'backend.c',
|
||||||
'output.c',
|
'output.c',
|
||||||
'wl_seat.c',
|
'seat.c',
|
||||||
'tablet_v2.c',
|
'tablet_v2.c',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue