]> git.sur5r.net Git - i3/i3/blobdiff - include/xcb.h
Only grab scrollwheel buttons if necessary.
[i3/i3] / include / xcb.h
index 27d8986f1de8025491989dd9ed15d3ba85e34a97..c1f989bd8c455b58fccfd9a877785cde302aba70 100644 (file)
@@ -165,4 +165,4 @@ void xcb_remove_property_atom(xcb_connection_t *conn, xcb_window_t window, xcb_a
  * Grab the specified buttons on a window when managing it.
  *
  */
-void xcb_grab_buttons(xcb_connection_t *conn, xcb_window_t window, uint8_t* buttons);
+void xcb_grab_buttons(xcb_connection_t *conn, xcb_window_t window, bool bind_scrollwheel);