xwm: don't mark selection events as succeeded

fixes #7401
This commit is contained in:
Vaxry 2024-08-28 20:37:07 +02:00
parent 9642311ac2
commit a95df6b57e
1 changed files with 1 additions and 1 deletions

View File

@ -539,7 +539,7 @@ bool CXWM::handleSelectionPropertyNotify(xcb_property_notify_event_t* e) {
// Debug::log(ERR, "[xwm] FIXME: CXWM::handleSelectionPropertyNotify stub"); // Debug::log(ERR, "[xwm] FIXME: CXWM::handleSelectionPropertyNotify stub");
return true; return false;
} }
void CXWM::handleSelectionRequest(xcb_selection_request_event_t* e) { void CXWM::handleSelectionRequest(xcb_selection_request_event_t* e) {