]> git.mdlowis.com Git - proto/labwc.git/commit
src/action.c: Provide generic parsing of XML action arguments
authorConsolatis <35009135+Consolatis@users.noreply.github.com>
Sat, 10 Dec 2022 14:28:25 +0000 (15:28 +0100)
committerJohan Malm <johanmalm@users.noreply.github.com>
Sat, 10 Dec 2022 19:55:53 +0000 (19:55 +0000)
commit7cc80b7a99e58d03cf2004152bd7f651d4c8eb88
tree72896f6705b97078f9a8e5c8a8935c3639b0cfda
parent7ad5490ff00696f898d57fd78dbf7c28b58bc78c
src/action.c: Provide generic parsing of XML action arguments

.. and use it within src/config/rcxml.c and src/menu/menu.c.

This fixes being unable to use the `direction` argument in menu entries.

Reported-by: mahk via IRC
include/action.h
src/action.c
src/config/rcxml.c
src/menu/menu.c