aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/debug.h
blob: 2430d3191d9a2dff07fb3c663499f7554dfdb8ef (plain) (blame)
1
2
3
4
5
6
7
#ifndef SWAY_DEBUG_H
#define SWAY_DEBUG_H

extern bool enable_debug_tree;
void update_debug_tree();

#endif