x11: Implement Drag and Drop (#17491)

Closes #16225

Release Notes:

- x11: Implemented Drag and Drop.
This commit is contained in:
Fernando Tagawa 2024-09-09 18:27:45 -03:00 committed by GitHub
parent 12dde17608
commit 59be07ad90
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 226 additions and 5 deletions

View file

@ -56,6 +56,8 @@ extend-ignore-re = [
"rename = \"sesssion_id\"",
"doas",
# ProtoLS crate with tree-sitter Protobuf grammar.
"protols"
"protols",
# x11rb SelectionNotifyEvent struct field
"requestor"
]
check-filename = true