gpui: Implement window_handle and display_handle for wayland platform (#28152)

This PR implements the previously unimplemented window_handle and
display_handle methods in the wayland platform. It also exposes the
display_handle method through the Window struct.

Release Notes:

- N/A
This commit is contained in:
Christian Bergschneider 2025-05-31 00:45:03 +02:00 committed by GitHub
parent fe1b36671d
commit 40c91d5df0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 29 additions and 3 deletions

1
Cargo.lock generated
View file

@ -7070,6 +7070,7 @@ dependencies = [
"image",
"inventory",
"itertools 0.14.0",
"libc",
"log",
"lyon",
"media",