x11: Stop requesting XCB_EVENT_MASK_COLOR_MAP_CHANGE
It's unused.
This commit is contained in:
parent
af39185a9a
commit
e91b621d53
1 changed files with 0 additions and 1 deletions
|
@ -120,7 +120,6 @@ static uint32_t clientEventMask()
|
|||
} else {
|
||||
return XCB_EVENT_MASK_FOCUS_CHANGE
|
||||
| XCB_EVENT_MASK_PROPERTY_CHANGE
|
||||
| XCB_EVENT_MASK_COLOR_MAP_CHANGE
|
||||
| XCB_EVENT_MASK_ENTER_WINDOW
|
||||
| XCB_EVENT_MASK_LEAVE_WINDOW
|
||||
| XCB_EVENT_MASK_KEY_PRESS
|
||||
|
|
Loading…
Reference in a new issue