Selection requests now take in a timestamp
This commit is contained in:
@@ -82,7 +82,8 @@ func main () {
|
||||
request, _ := xgbsel.NewRequest (
|
||||
requestor { window: window },
|
||||
clipboard,
|
||||
property)
|
||||
property,
|
||||
xproto.TimeCurrentTime)
|
||||
|
||||
// listen for events
|
||||
window.Listen(xproto.EventMaskPropertyChange)
|
||||
|
||||
Reference in New Issue
Block a user