]> git.mdlowis.com Git - proto/labwc.git/commit
config: use wl_list_append() for libinput categories
authorJohan Malm <jgm323@gmail.com>
Mon, 1 Jan 2024 17:18:28 +0000 (17:18 +0000)
committerJohan Malm <johanmalm@users.noreply.github.com>
Mon, 1 Jan 2024 22:04:21 +0000 (22:04 +0000)
commit94cec51d9f02f45f398f2f73b8a53d6032a0f806
tree97781518fc6e8d33249621b22141c4cc4d530731
parenta63f858f5863845035c41a737c689fa7fbd48c28
config: use wl_list_append() for libinput categories

...to make it more intuitive.

Also, do not check for existance of name when type==DEFAULT because name
will only exist when type==NONE.
src/config/libinput.c
src/seat.c