aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2016-06-05 05:35:27 -0400
committerJesse Luehrs <doy@tozt.net>2016-06-05 05:35:27 -0400
commit7abf73063d2d6c48a5f31182ef843368e5575244 (patch)
treedbcea9b7fadca98489485265da2d472a87abdd96
parent672aedc1a6495da6123ad70b4cc77dbbedc100a3 (diff)
downloadrunes-7abf73063d2d6c48a5f31182ef843368e5575244.tar.gz
runes-7abf73063d2d6c48a5f31182ef843368e5575244.zip
this is probably unnecessary
-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);
}