Add HandlePropertyNotify to Claim
This commit is contained in:
parent
781d1436a4
commit
03b667fcdf
10
v2/claim.go
10
v2/claim.go
@ -174,3 +174,13 @@ func (claim *Claim) HandleSelectionRequest (
|
|||||||
claim.fulfillSelectionRequest(data, 8, event.Target, event)
|
claim.fulfillSelectionRequest(data, 8, event.Target, event)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// While the selection claim is active, HandlePropertyNotify should be called
|
||||||
|
// when the requesting window recieves a PropertyNotify event. This must be
|
||||||
|
// registered as an event handler manually.
|
||||||
|
func (claim *Claim) HandlePropertyNotify (
|
||||||
|
connection *xgbutil.XUtil,
|
||||||
|
event xevent.PropertyNotifyEvent,
|
||||||
|
) {
|
||||||
|
// TODO
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user