]> git.sur5r.net Git - i3/i3/blobdiff - include/i3.h
Merge branch 'master' into next
[i3/i3] / include / i3.h
index 75b7a9bf1b662d2f11c0c4e613368bb1e1f1ebb0..d64532545bb1a12179e115bf0194162c9a0279f6 100644 (file)
@@ -28,6 +28,8 @@
  * this before starting any other process, since we set RLIMIT_CORE to
  * RLIM_INFINITY for i3 debugging versions. */
 extern struct rlimit original_rlimit_core;
+/** Whether this version of i3 is a debug build or a release build. */
+extern bool debug_build;
 extern xcb_connection_t *conn;
 extern int conn_screen;
 /** The last timestamp we got from X11 (timestamps are included in some events