]> git.sur5r.net Git - i3/i3/blobdiff - include/bindings.h
Introduce --exclude-titlebar flag for mouse bindings. (#2703)
[i3/i3] / include / bindings.h
index 0fcc4df4c94f390d43648503c65fd27c95b1e303..df3c32a5a88c8edea7048a39fb7b8d40aefb1883 100644 (file)
@@ -27,7 +27,8 @@ extern const char *DEFAULT_BINDING_MODE;
  */
 Binding *configure_binding(const char *bindtype, const char *modifiers, const char *input_code,
                            const char *release, const char *border, const char *whole_window,
-                           const char *command, const char *mode, bool pango_markup);
+                           const char *exclude_titlebar, const char *command, const char *mode,
+                           bool pango_markup);
 
 /**
  * Grab the bound keys (tell X to send us keypress events for those keycodes)