Sfoglia il codice sorgente

make clipboard patch obsolete

Anselm R Garbe 7 anni fa
parent
commit
77c51c5a6b
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      x.c

+ 1 - 0
x.c

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