]> git.mdlowis.com Git - proto/labwc.git/commit
config/rcxml: Allow multiple <action>s inside of a <mousebind>
authorConsolatis <35009135+Consolatis@users.noreply.github.com>
Thu, 23 Dec 2021 04:37:57 +0000 (05:37 +0100)
committerARDiDo <90479315+ARDiDo@users.noreply.github.com>
Thu, 23 Dec 2021 14:53:11 +0000 (09:53 -0500)
commitfa18f347e55daa447ac12d7b962c65723b9b8203
treeae9cb8c1eba21408f98956775fd4290acb0ac547
parent80f012602f34eeffe2011c4c338e3b3e51b9dc3f
config/rcxml: Allow multiple <action>s inside of a <mousebind>

Issue arises when using the default config from docs/rc.xml.all.
Without this patch only the last action defined inside a <mousebind>
will have an effect.

Without a config or when defining the same <mousebind> multiple times
with each containing only a single <action> the issue does not exist.
include/config/mousebind.h
src/config/mousebind.c
src/config/rcxml.c