]> git.mdlowis.com Git - proto/labwc.git/commit
view: fix <query monitor="current|left|right" />
authortokyo4j <hrak1529@gmail.com>
Sun, 14 Sep 2025 18:31:56 +0000 (03:31 +0900)
committerHiroaki Yamamoto <hrak1529@gmail.com>
Sun, 14 Sep 2025 18:45:05 +0000 (03:45 +0900)
commitf09ace51bfb85b82cba8e434c69c6466aabd3f90
treed9473486f039774a0935b4f0e0164e1b7caac259
parentd54051d9c12eeb713251781e9f5273b39565879d
view: fix <query monitor="current|left|right" />

Before this commit, <else> branch was always executed with
monitor="current", monitor="left" or monitor="right" queries.

For example:

<action name="If">
  <query monitor="current" />
  <then>
    <action />
  </then>
  <else>
    <action />
  </else>
</action>
src/view.c