mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
Dump view_tree and osd_tree on calling debug-action. Example bind: <keybind key="A-F12"> <action name="Debug"></action> </keybind>
9 lines
167 B
C
9 lines
167 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
#ifndef __DEBUG_H
|
|
#define __DEBUG_H
|
|
|
|
struct server;
|
|
|
|
void debug_dump_scene(struct server *server);
|
|
|
|
#endif /* __DEBUG_H */
|