mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-04-18 05:00:39 +02:00
Rename path.(c|h) to path-seat.(c|h)
More consistency with udev-seat.(c|h) and no filename conflict with test/path. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
f4e47aca33
commit
f8c9a2eebb
3 changed files with 3 additions and 3 deletions
|
|
@ -26,8 +26,8 @@ libinput_la_SOURCES = \
|
|||
filter.c \
|
||||
filter.h \
|
||||
filter-private.h \
|
||||
path.h \
|
||||
path.c \
|
||||
path-seat.h \
|
||||
path-seat.c \
|
||||
udev-seat.c \
|
||||
udev-seat.h \
|
||||
timer.c \
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
#include <sys/stat.h>
|
||||
#include <libudev.h>
|
||||
|
||||
#include "path.h"
|
||||
#include "path-seat.h"
|
||||
#include "evdev.h"
|
||||
|
||||
static const char default_seat[] = "seat0";
|
||||
Loading…
Add table
Reference in a new issue