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>
This commit is contained in:
Johan Malm 2022-02-12 19:43:32 +00:00
parent 532656ad5b
commit 5934ed6682
5 changed files with 69 additions and 1 deletions

View file

@ -3,6 +3,7 @@ labwc_sources = files(
'buffer.c',
'cursor.c',
'damage.c',
'debug.c',
'desktop.c',
'foreign.c',
'interactive.c',