]> git.mdlowis.com Git - proto/labwc.git/commit
rcxml: Make sure a default libinput category always exists
authorJohn Lindgren <john@jlindgren.net>
Thu, 22 Dec 2022 21:44:08 +0000 (16:44 -0500)
committerJohan Malm <johanmalm@users.noreply.github.com>
Thu, 22 Dec 2022 22:18:27 +0000 (22:18 +0000)
commit41a4176b1780bd3f03a88a828d74e00373bff5f1
tree6ba52794cedb43892c6a26697f685591fa85ab42
parent500eddbe888e0b58edef3fbbe8835780314855c8
rcxml: Make sure a default libinput category always exists

Previously, if rc.xml defined only non-default libinput categories,
no default category was created. This meant that configure_libinput()
might totally skip configuring some devices even with default
settings, like tap-to-click.

Fix this by making sure that a default category is always created.
include/config/libinput.h
src/config/libinput.c
src/config/rcxml.c
src/seat.c