X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fbindings.h;h=19345f8c82ad6c6144d8c7bbde53f849bceb86eb;hb=dd5be77d1dcc7e7eb40ce1c33f985816fc0b8f79;hp=02c3f190c9a8d7c0f8933eda4ea1f3806ac20aa2;hpb=bb1f857b00e2e6a0fc6bb7d4b768e9f2ae37c730;p=i3%2Fi3 diff --git a/include/bindings.h b/include/bindings.h index 02c3f190..19345f8c 100644 --- a/include/bindings.h +++ b/include/bindings.h @@ -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)