aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/window-xlib.c1
1 files changed, 0 insertions, 1 deletions
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);
}