gtk-rs / gtk3-rs

Rust bindings for GTK 3
https://gtk-rs.org
MIT License
508 stars 90 forks source link

gdk: bind WaylandWindow manually #660

Closed bilelmoussaoui closed 2 years ago

bilelmoussaoui commented 2 years ago

Part of #101

bilelmoussaoui commented 2 years ago

Btw, the export handle part is something already "well" tested as it was part of my ashpd crate for a while https://github.com/bilelmoussaoui/ashpd/blob/master/src/window_identifier.rs#L291-L340 and it's what motivated my work here, so more people could make use of it hopefully :)

GuillaumeGomez commented 2 years ago

Thanks!