[hackers] [st] make clipboard patch obsolete || Anselm R Garbe

From: <git_AT_suckless.org>
Date: Fri, 1 Sep 2017 09:48:58 +0200 (CEST)

commit 77c51c5a6b16387f1792e23acbcf2080f790aa25
Author: Anselm R Garbe <anselm_AT_garbe.us>
AuthorDate: Fri Sep 1 09:48:24 2017 +0200
Commit: Anselm R Garbe <anselm_AT_garbe.us>
CommitDate: Fri Sep 1 09:48:24 2017 +0200

    make clipboard patch obsolete

diff --git a/x.c b/x.c
index fbfd350..ab9593e 100644
--- a/x.c
+++ b/x.c
_AT_@ -507,6 +507,7 @@ xsetsel(char *str, Time t)
         XSetSelectionOwner(xw.dpy, XA_PRIMARY, xw.win, t);
         if (XGetSelectionOwner(xw.dpy, XA_PRIMARY) != xw.win)
                 selclear_(NULL);
+ xclipcopy();
 }
 
 void
Received on Fri Sep 01 2017 - 09:48:58 CEST

This archive was generated by hypermail 2.3.0 : Fri Sep 01 2017 - 10:00:43 CEST