sway/include/sway/debug.h

8 lines
108 B
C
Raw Normal View History

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