]> git.mdlowis.com Git - proto/labwc.git/commit
Add debug_dump_scene()
authorJohan Malm <jgm323@gmail.com>
Sat, 12 Feb 2022 19:43:32 +0000 (19:43 +0000)
committerJohan Malm <jgm323@gmail.com>
Wed, 23 Feb 2022 21:47:01 +0000 (21:47 +0000)
commit5934ed6682b4921bdb8cd7a0689ca3a59b74417f
tree9b3cc5181b24e6292860280b11e211ef483a9754
parent532656ad5b47d4326f53953698796275a3f733e1
Add debug_dump_scene()

Dump view_tree and osd_tree on calling debug-action. Example bind:

<keybind key="A-F12">
  <action name="Debug"></action>
</keybind>
include/debug.h [new file with mode: 0644]
include/labwc.h
src/action.c
src/debug.c [new file with mode: 0644]
src/meson.build