]> git.sur5r.net Git - i3/i3/blobdiff - include/bindings.h
Move grab_all_keys to bindings.[ch]
[i3/i3] / include / bindings.h
index 49711a9f73c70be8f559c9d5aba0bc236c8e6f38..3e7f34b5b2f6c86e9d389a0921085c2824b0b2ad 100644 (file)
@@ -23,3 +23,9 @@ 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);
+
+/**
+ * Grab the bound keys (tell X to send us keypress events for those keycodes)
+ *
+ */
+void grab_all_keys(xcb_connection_t *conn, bool bind_mode_switch);