]> git.sur5r.net Git - i3/i3/blobdiff - include/config.h
i3: Replace loglevels by a global debug logging
[i3/i3] / include / config.h
index c1705d4f65d1720ba7fd4d1c888c982a0fcc6f81..310f8b02e6b7aa8a9e61d9c0aec3952a3270c69e 100644 (file)
@@ -134,6 +134,9 @@ struct Config {
      * is fetched once and never updated. */
     bool force_xinerama;
 
+    /** Overwrites output detection (for testing), see src/fake_outputs.c */
+    char *fake_outputs;
+
     /** Automatic workspace back and forth switching. If this is set, a
      * switch to the currently active workspace will switch to the
      * previously focused one instead, making it possible to fast toggle
@@ -277,7 +280,7 @@ void load_configuration(xcb_connection_t *conn, const char *override_configfile,
  * Translates keysymbols to keycodes for all bindings which use keysyms.
  *
  */
-void translate_keysyms();
+void translate_keysyms(void);
 
 /**
  * Ungrabs all keys, to be called before re-grabbing the keys because of a