BurntSushi / xgbutil

A utility library to make use of the X Go Binding easier. (Implements EWMH and ICCCM specs, key binding support, etc.)
Do What The F*ck You Want To Public License
194 stars 46 forks source link

Invoke correct callback for SelectionRequestEvent #38

Open dominikh opened 7 years ago

dominikh commented 7 years ago

SelectionRequestEvent is sent from a requestor to the selection owner. We're the owner, thus we should run the owner's callbacks, not the requestor's callback.