basic working
This commit is contained in:
@@ -122,10 +122,10 @@ bool FdoSelectionManager::nativeEventFilter(const QByteArray &eventType, void *m
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else if (responseType == XCB_UNMAP_NOTIFY) {
|
} else if (responseType == XCB_UNMAP_NOTIFY) {
|
||||||
const auto unmappedWId = reinterpret_cast<xcb_unmap_notify_event_t *>(ev)->window;
|
// const auto unmappedWId = reinterpret_cast<xcb_unmap_notify_event_t *>(ev)->window;
|
||||||
if (m_proxies.contains(unmappedWId)) {
|
// if (m_proxies.contains(unmappedWId)) {
|
||||||
undock(unmappedWId);
|
// undock(unmappedWId);
|
||||||
}
|
// }
|
||||||
} else if (responseType == XCB_DESTROY_NOTIFY) {
|
} else if (responseType == XCB_DESTROY_NOTIFY) {
|
||||||
const auto destroyedWId = reinterpret_cast<xcb_destroy_notify_event_t *>(ev)->window;
|
const auto destroyedWId = reinterpret_cast<xcb_destroy_notify_event_t *>(ev)->window;
|
||||||
if (m_proxies.contains(destroyedWId)) {
|
if (m_proxies.contains(destroyedWId)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user