launcher: add weston_launcher_close() dummy
authorDavid Herrmann <dh.herrmann@gmail.com>
Mon, 21 Oct 2013 22:28:08 +0000 (00:28 +0200)
committerJonas Ådahl <jadahl@gmail.com>
Sat, 16 Nov 2013 20:54:07 +0000 (21:54 +0100)
commitfacf1dd2645147630b29e20262534f06f5d04343
tree3f7b7d2cee44b1d1b002865c73c1834ea751a0e1
parentd26428475a58e69a938aac9393b7cdaa433e8b26
launcher: add weston_launcher_close() dummy

If you request a device via weston_launcher_open(), you should now release
it via weston_launcher_close() instead of close(). This is currently not
needed but will be required for logind devices.
src/udev-seat.c