i3-config-wizard: handle mouse button clicks on <win> and <alt>

This commit is contained in:
Michael Stapelberg
2011-08-26 01:19:46 +02:00
parent a153311040
commit 3fda67f5e5
2 changed files with 29 additions and 1 deletions

View File

@ -110,7 +110,8 @@ xcb_window_t open_input_window(xcb_connection_t *conn, uint32_t width, uint32_t
values[0] = 0;
mask |= XCB_CW_EVENT_MASK;
values[1] = XCB_EVENT_MASK_EXPOSURE;
values[1] = XCB_EVENT_MASK_EXPOSURE |
XCB_EVENT_MASK_BUTTON_PRESS;
xcb_create_window(conn,
XCB_COPY_FROM_PARENT,