TARGETS list is now properly assembled
This commit is contained in:
@@ -264,7 +264,6 @@ func (window *window) handleSelectionRequest (
|
||||
connection *xgbutil.XUtil,
|
||||
event xevent.SelectionRequestEvent,
|
||||
) {
|
||||
println("got sel req")
|
||||
if window.selectionClaim == nil { return }
|
||||
window.selectionClaim.handleSelectionRequest(connection, event)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user