]> git.mdlowis.com Git - proto/labwc.git/commit
src/action.c: fix MoveToOutput action by renaming 'name' argument
authorConsolatis <35009135+Consolatis@users.noreply.github.com>
Wed, 6 Mar 2024 03:30:17 +0000 (04:30 +0100)
committerJohan Malm <johanmalm@users.noreply.github.com>
Wed, 6 Mar 2024 18:34:56 +0000 (18:34 +0000)
commit983ca66d07e399cc87d321ad17ea7dff2be7065a
treeacaabf2eb96827be452c7daeae0131e0a08de6f0
parentbcf2d7e091d14cfd41beda9a954f3bdc04f0dc49
src/action.c: fix MoveToOutput action by renaming 'name' argument

We were using the argument name 'name' before
which is already used by the action itself:
`<action name="MoveToOutput" name="HDMI-A-1" />`

Change the argument name to "output" which also
matches the `FocusOutput` action.

Fixes: #1589
Reported-by: @bnason (thanks!)
docs/labwc-actions.5.scd
src/action.c