[hackers] [st] Revert "make clipboard patch obsolete" || Hiltjo Posthuma

From: <git_AT_suckless.org>
Date: Sat, 2 Sep 2017 13:53:51 +0200 (CEST)

commit 9c61f29bb7da237907e42875ebe7d0084e8ab1ac
Author: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
AuthorDate: Sat Sep 2 13:52:33 2017 +0200
Commit: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
CommitDate: Sat Sep 2 13:52:33 2017 +0200

    Revert "make clipboard patch obsolete"
    
    This reverts commit 77c51c5a6b16387f1792e23acbcf2080f790aa25.
    
    Having multiple clipboards are useful, for example for plumber scripts.
    I've discussed this on IRC and it is useful to have.

diff --git a/x.c b/x.c
index ab9593e..fbfd350 100644
--- a/x.c
+++ b/x.c
_AT_@ -507,7 +507,6 @@ 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 Sat Sep 02 2017 - 13:53:51 CEST

This archive was generated by hypermail 2.3.0 : Sat Sep 02 2017 - 14:01:08 CEST