diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-12-09 09:21:11 -0500 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-12-09 09:21:11 -0500 |
commit | 4da404818957d37fba4c0d6346a5f2f8a8e6db38 (patch) | |
tree | 64c5b1bc6b0a522b4c141c7046fd4186356bdb4f /xwayland/selection.c | |
parent | a4bb0574c46ab2364abcee75b597adf7c52c076e (diff) |
remove todo
Diffstat (limited to 'xwayland/selection.c')
-rw-r--r-- | xwayland/selection.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |