Selection requests now take in a timestamp

This commit is contained in:
2024-07-11 17:31:36 -04:00
parent 991d74f365
commit 181583dc57
2 changed files with 11 additions and 8 deletions

View File

@@ -82,7 +82,8 @@ func main () {
request, _ := xgbsel.NewRequest (
requestor { window: window },
clipboard,
property)
property,
xproto.TimeCurrentTime)
// listen for events
window.Listen(xproto.EventMaskPropertyChange)