]> git.sur5r.net Git - i3/i3/blobdiff - include/i3.h
Merge branch 'master' into next
[i3/i3] / include / i3.h
index fa23ccf3789a2c06e85cd88bd7a8da5ad358f27e..d64532545bb1a12179e115bf0194162c9a0279f6 100644 (file)
@@ -10,6 +10,9 @@
 #ifndef _I3_H
 #define _I3_H
 
+#include <sys/time.h>
+#include <sys/resource.h>
+
 #include <xcb/xcb_keysyms.h>
 
 #include <X11/XKBlib.h>
 #include "data.h"
 #include "xcb.h"
 
+/** The original value of RLIMIT_CORE when i3 was started. We need to restore
+ * 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