Call Claim.HandlePropertyNotify in copy example
This commit is contained in:
parent
03b667fcdf
commit
751ec20833
@ -66,6 +66,7 @@ func main () {
|
||||
|
||||
// listen for events
|
||||
window.Listen(xproto.EventMaskPropertyChange)
|
||||
xevent.PropertyNotifyFun(claim.HandlePropertyNotify).Connect(X, window.Id)
|
||||
xevent.SelectionRequestFun(claim.HandleSelectionRequest).Connect(X, window.Id)
|
||||
|
||||
log.Println("running main event loop")
|
||||
|
Loading…
Reference in New Issue
Block a user