1
0
Fork 0
mirror of https://github.com/NickHu/sway synced 2025-01-16 15:41:47 +01:00
sway-patched-tray-menu/include/sway/debug.h

8 lines
108 B
C
Raw Normal View History

2018-04-06 17:49:27 +02:00
#ifndef SWAY_DEBUG_H
#define SWAY_DEBUG_H
extern bool enable_debug_tree;
void update_debug_tree();
#endif