path: add libinput_path_create_context instead of libinput_create_from_path
authorPeter Hutterer <peter.hutterer@who-t.net>
Wed, 29 Jan 2014 05:38:48 +0000 (15:38 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Mon, 10 Feb 2014 01:23:36 +0000 (11:23 +1000)
commit606249f91ca2224a7831eecf24dffa66469c33c8
treed9126033c2cf256526865adcd06708c3a845e766
parent69dcea11b9e8a19541bdb7c47b5a285c99b72f7f
path: add libinput_path_create_context instead of libinput_create_from_path

Creates an empty context that is not hooked up to a device. Callers can then
add and remove devices to this context using libinput_path_add_device() and
libinput_path_remove_device().

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
src/libinput.h
src/path.c
test/litest.c
test/litest.h
test/path.c
tools/event-debug.c