aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/debug.h
blob: 38d4eccdf416797fde9b46f25a0df9d09c0757a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef SWAY_DEBUG_H
#define SWAY_DEBUG_H

// Tree
extern bool enable_debug_tree;
void update_debug_tree();

// Damage
extern const char *damage_debug;

// Transactions
extern int txn_timeout_ms;
extern bool txn_debug;

#endif