mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
wayland: bind to data-device-manager version 3, for drag-and-drop support
This commit is contained in:
parent
2928ef5fbe
commit
af3b604d8e
1 changed files with 1 additions and 1 deletions
|
|
@ -849,7 +849,7 @@ handle_global(void *data, struct wl_registry *registry,
|
|||
}
|
||||
|
||||
else if (strcmp(interface, wl_data_device_manager_interface.name) == 0) {
|
||||
const uint32_t required = 1;
|
||||
const uint32_t required = 3;
|
||||
if (!verify_iface_version(interface, version, required))
|
||||
return;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue