From 7abf73063d2d6c48a5f31182ef843368e5575244 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 5 Jun 2016 05:35:27 -0400 Subject: this is probably unnecessary --- src/window-xlib.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/window-xlib.c b/src/window-xlib.c index 99d2c09..0fc68d1 100644 --- a/src/window-xlib.c +++ b/src/window-xlib.c @@ -728,7 +728,6 @@ static void runes_window_start_selection_loc( e.xselectionclear.type = SelectionClear; e.xselectionclear.window = old_owner; e.xselectionclear.selection = XA_PRIMARY; - e.xselectionclear.time = CurrentTime; XSendEvent(w->wb->dpy, old_owner, False, NoEventMask, &e); } -- cgit v1.2.3-54-g00ecf