From 4da404818957d37fba4c0d6346a5f2f8a8e6db38 Mon Sep 17 00:00:00 2001 From: Tony Crisci Date: Sat, 9 Dec 2017 09:21:11 -0500 Subject: [PATCH] remove todo --- xwayland/selection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xwayland/selection.c b/xwayland/selection.c index fe4132ac..ba386341 100644 --- a/xwayland/selection.c +++ b/xwayland/selection.c @@ -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; }