]> git.sur5r.net Git - i3/i3/blobdiff - include/bindings.h
Merge branch 'master' into next
[i3/i3] / include / bindings.h
index 02c3f190c9a8d7c0f8933eda4ea1f3806ac20aa2..19345f8c82ad6c6144d8c7bbde53f849bceb86eb 100644 (file)
@@ -24,7 +24,7 @@ const char *DEFAULT_BINDING_MODE;
  *
  */
 Binding *configure_binding(const char *bindtype, const char *modifiers, const char *input_code,
-                           const char *release, const char *command, const char *mode);
+                           const char *release, const char *whole_window, const char *command, const char *mode);
 
 /**
  * Grab the bound keys (tell X to send us keypress events for those keycodes)