switch to clang-format-6.0 (#3533)
This commit is contained in:
committed by
GitHub
parent
a080551f26
commit
7ade46c61f
@ -892,7 +892,7 @@ drag_result_t drag_pointer(Con *con, const xcb_button_press_event_t *event, xcb_
|
||||
XCB_CURRENT_TIME,
|
||||
XCB_GRAB_MODE_ASYNC, /* continue processing pointer events as normal */
|
||||
XCB_GRAB_MODE_ASYNC /* keyboard mode */
|
||||
);
|
||||
);
|
||||
|
||||
if ((keyb_reply = xcb_grab_keyboard_reply(conn, keyb_cookie, &error)) == NULL) {
|
||||
ELOG("Could not grab keyboard (error_code = %d)\n", error->error_code);
|
||||
|
Reference in New Issue
Block a user