Browse Source

Revert "make clipboard patch obsolete"

This reverts commit 77c51c5a6b.

Having multiple clipboards are useful, for example for plumber scripts.
I've discussed this on IRC and it is useful to have.
master
Hiltjo Posthuma 7 years ago
parent
commit
9c61f29bb7
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      x.c

+ 0
- 1
x.c View File

@ -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


Loading…
Cancel
Save