]> git.mdlowis.com Git - proto/labwc.git/commit
rcxml: allow <theme><font> without place="" attribute
authorJohan Malm <jgm323@gmail.com>
Mon, 19 Jul 2021 19:46:32 +0000 (20:46 +0100)
committerJohan Malm <jgm323@gmail.com>
Mon, 19 Jul 2021 19:46:32 +0000 (20:46 +0100)
commit2e4f931469a326b1310d388a28607fadb7121840
tree1d3f8523a0b092fa33794a89e1bf59ac81653290
parentec2c67338a77bbd0759e392147413cd7a820e67f
rcxml: allow <theme><font> without place="" attribute

The construct below will set the font for all supported places. Currently
that's only ActiveWindow, but is likely to include InactiveWindow,
MenuHeader, MenuItem and OnScreenDisplay at some point.

<theme>
  <font>
    <name></name>
    <size></size>
  </font>
</theme>
docs/rc.xml
src/config/rcxml.c