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:
Peter Hutterer 2017-01-13 10:18:22 +10:00
parent f4e47aca33
commit f8c9a2eebb
3 changed files with 3 additions and 3 deletions

View file

@ -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 \

View file

@ -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";