Clicking the root window should try to focus the relevant workspace.

This commit is contained in:
Deiz
2012-09-23 10:35:52 -04:00
committed by Michael Stapelberg
parent a080794e59
commit e582e19ffd
2 changed files with 20 additions and 0 deletions

View File

@ -544,6 +544,7 @@ int main(int argc, char *argv[]) {
uint32_t mask = XCB_CW_EVENT_MASK;
uint32_t values[] = { XCB_EVENT_MASK_SUBSTRUCTURE_REDIRECT |
XCB_EVENT_MASK_BUTTON_PRESS |
XCB_EVENT_MASK_STRUCTURE_NOTIFY | /* when the user adds a screen (e.g. video
projector), the root window gets a
ConfigureNotify */