Fix typo
This commit is contained in:
parent
7c5e970e26
commit
9c225200bf
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ bool Workspace::workspaceEvent(xcb_generic_event_t *e)
|
|||
} else {
|
||||
// We want to pass root window property events to effects
|
||||
if (eventType == XCB_PROPERTY_NOTIFY) {
|
||||
auto event = reinterpret_cast<xcb_property_notify_event_t*>(e);
|
||||
auto *event = reinterpret_cast<xcb_property_notify_event_t*>(e);
|
||||
if (event->window == rootWindow()) {
|
||||
emit propertyNotify(event->atom);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue