Remove Time argument from xsetsel
authorDevin J. Pohly <djpohly@gmail.com>
Tue, 7 Nov 2017 00:25:58 +0000 (18:25 -0600)
committerDevin J. Pohly <djpohly@gmail.com>
Mon, 26 Feb 2018 03:53:24 +0000 (21:53 -0600)
commit3bb900cd6c1c7a5364bd79bce63fdd8711bc878b
tree854f906a109a0de83576ee2d8183c1eb4477adf6
parent323d38da20c8a1d295ab1dbc0fc7ce947ef824e1
Remove Time argument from xsetsel

This is an X type and should be internal to x.c.

The selcopy() function was a single line and only used in one place, so
it was inlined to reduce LOC.

Signed-off-by: Devin J. Pohly <djpohly@gmail.com>
st.c
win.h
x.c