diff options
Diffstat (limited to 'include/sway/debug.h')
| -rw-r--r-- | include/sway/debug.h | 8 | 
1 files changed, 8 insertions, 0 deletions
diff --git a/include/sway/debug.h b/include/sway/debug.h index 2430d319..38d4eccd 100644 --- a/include/sway/debug.h +++ b/include/sway/debug.h @@ -1,7 +1,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  | 
