drag_pointer(): drop unused parameter border

This commit is contained in:
Albert Safin
2018-12-12 11:12:05 +07:00
parent 454473ac6c
commit 2795c51d4b
4 changed files with 5 additions and 5 deletions

View File

@ -138,7 +138,7 @@ static void xcb_drag_prepare_cb(EV_P_ ev_prepare *w, int revents) {
*
*/
drag_result_t drag_pointer(Con *con, const xcb_button_press_event_t *event, xcb_window_t confine_to,
border_t border, int cursor, callback_t callback, const void *extra) {
int cursor, callback_t callback, const void *extra) {
xcb_cursor_t xcursor = (cursor && xcursor_supported) ? xcursor_get_cursor(cursor) : XCB_NONE;
/* Grab the pointer */