]> git.mdlowis.com Git - proto/labwc.git/commit
actions: use enum for _ToEdge actions
authorConsolatis <35009135+Consolatis@users.noreply.github.com>
Wed, 2 Aug 2023 02:30:50 +0000 (04:30 +0200)
committerJohan Malm <johanmalm@users.noreply.github.com>
Wed, 2 Aug 2023 16:57:04 +0000 (17:57 +0100)
commit1ee8715d57ddb6b444e0b089879db6f837400539
treef3953b0304a63f204b958002aeabc68bc1801c1a
parentcb4afadd0143f599f39603d3685723e16c9df401
actions: use enum for _ToEdge actions

This also improves the config robustness as invalid edge names will now
prevent the action to be created in the first place and the user gets
notified about the issue.
include/view.h
src/action.c
src/interactive.c
src/view.c