]> git.sur5r.net Git - i3/i3/blobdiff - include/xcb.h
Only grab the mouse buttons that need to be grabbed. (#2290)
[i3/i3] / include / xcb.h
index 86019c5d958dbe0284af58df8ee328d4100ff051..b7eed2cb3321c4d87a089da2bdf0dd7cdf0b8c5e 100644 (file)
@@ -171,4 +171,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, bool bind_scrollwheel);
+void xcb_grab_buttons(xcb_connection_t *conn, xcb_window_t window, int *buttons);