X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=st.c;h=9cfa5470925cd360469c7ae1d3471a336c366e56;hb=8b564c1a3f51c08e64c2f589852a02b8595d44ca;hp=fdf697bfe14f9b943b7ffd62d09222120ec5e73e;hpb=323d38da20c8a1d295ab1dbc0fc7ce947ef824e1;p=st.git diff --git a/st.c b/st.c index fdf697b..9cfa547 100644 --- a/st.c +++ b/st.c @@ -21,13 +21,8 @@ #include #include #include -#include #include -/* X11 */ -#include -#include - #include "st.h" #include "win.h" @@ -1747,7 +1742,7 @@ strhandle(void) dec = base64dec(strescseq.args[2]); if (dec) { - xsetsel(dec, CurrentTime); + xsetsel(dec); xclipcopy(); } else { fprintf(stderr, "erresc: invalid base64\n");