]> git.sur5r.net Git - i3/i3/blobdiff - include/handlers.h
Don’t use SYNC key bindings for Mode_switch but re-grab keys
[i3/i3] / include / handlers.h
index 5f0586f8786ffbc8a879d2b00ae3b3d9967fe4fb..03be5281f902e64ed4ed8379110ec20394bedc86 100644 (file)
 
 #include <xcb/randr.h>
 
-/**
- * Due to bindings like Mode_switch + <a>, we need to bind some keys in
- * XCB_GRAB_MODE_SYNC.  Therefore, we just replay all key presses.
- *
- */
-int handle_key_release(void *ignored, xcb_connection_t *conn,
-                       xcb_key_release_event_t *event);
-
 /**
  * There was a key press. We compare this key code with our bindings table and
  * pass the bound action to parse_command().