aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/xwayland
diff options
context:
space:
mode:
authorVaxry <[email protected]>2024-08-28 20:37:07 +0200
committerVaxry <[email protected]>2024-08-28 20:37:07 +0200
commita95df6b57e68785c13fd2d7f93d9eba28b9406ed (patch)
tree570e5ef3cb0aea2c14571cec297e16cc6fcde414 /src/xwayland
parent9642311ac2ffa6605d84fef2bb5179f6588ae074 (diff)
downloadHyprland-a95df6b57e68785c13fd2d7f93d9eba28b9406ed.tar.gz
Hyprland-a95df6b57e68785c13fd2d7f93d9eba28b9406ed.zip
xwm: don't mark selection events as succeeded
fixes #7401
Diffstat (limited to 'src/xwayland')
-rw-r--r--src/xwayland/XWM.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xwayland/XWM.cpp b/src/xwayland/XWM.cpp
index 07208072..5ad146e4 100644
--- a/src/xwayland/XWM.cpp
+++ b/src/xwayland/XWM.cpp
@@ -539,7 +539,7 @@ bool CXWM::handleSelectionPropertyNotify(xcb_property_notify_event_t* e) {
// Debug::log(ERR, "[xwm] FIXME: CXWM::handleSelectionPropertyNotify stub");
- return true;
+ return false;
}
void CXWM::handleSelectionRequest(xcb_selection_request_event_t* e) {