libweston: unexport weston_{pointer,keyboard,touch}_{create,destroy}()
authorPekka Paalanen <pekka.paalanen@collabora.co.uk>
Mon, 26 Feb 2018 12:55:32 +0000 (14:55 +0200)
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>
Mon, 30 Apr 2018 12:11:43 +0000 (15:11 +0300)
commit1b043b16b5804f47f2cbfde80c867f3527bbe7bc
treebdb62c6fe2a9c01d7ca8383cdb55bde5b84a1fad
parent925788fc76499290329863c0954275b74955b3a5
libweston: unexport weston_{pointer,keyboard,touch}_{create,destroy}()

We have weston_seat_{init,release}_{pointer,keyboard,touch}() as the
backend-facing API. There is no need to expose the create/destroy
functions which have been for internal use only for quite a long time.

Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
v1 Tested-by: Matt Hoosier <matt.hoosier@gmail.com>
libweston/compositor.h
libweston/input.c