mirror of
https://github.com/swaywm/sway.git
synced 2025-01-06 12:27:24 +01:00
7 lines
108 B
C
7 lines
108 B
C
#ifndef SWAY_DEBUG_H
|
|
#define SWAY_DEBUG_H
|
|
|
|
extern bool enable_debug_tree;
|
|
void update_debug_tree();
|
|
|
|
#endif
|