mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-05 05:05:57 +01:00
remove todo
This commit is contained in:
parent
a4bb0574c4
commit
4da4048189
1 changed files with 1 additions and 1 deletions
|
@ -450,7 +450,7 @@ static int xwm_handle_xfixes_selection_notify(struct wlr_xwm *xwm,
|
|||
// answer TIMESTAMP conversion requests correctly.
|
||||
if (xfixes_selection_notify->owner == xwm->selection_window) {
|
||||
xwm->selection_timestamp = xfixes_selection_notify->timestamp;
|
||||
wlr_log(L_DEBUG, "TODO: our window");
|
||||
wlr_log(L_DEBUG, "our window, skipping");
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue