Temporary redirect to patched xgbutil that will only work on my machine

This commit is contained in:
Sasha Koshka
2023-03-30 18:05:29 -04:00
parent f9e5503320
commit 017543aa0f
5 changed files with 15 additions and 7 deletions

View File

@@ -264,6 +264,7 @@ func (window *window) handleSelectionRequest (
connection *xgbutil.XUtil,
event xevent.SelectionRequestEvent,
) {
println("got sel req")
if window.selectionClaim == nil { return }
window.selectionClaim.handleSelectionRequest(connection, event)
}