-
-
Notifications
You must be signed in to change notification settings - Fork 90
gdk wayland interaction #101
Comments
I also need access to I also looked for ''.gir'' files for |
For GTK4 this exists now: https://github.com/gtk-rs/gtk4-rs/tree/master/gdk4-wayland |
I wrote a very small part of gdk3-wayland manually for a crate I'm working on and I was wondering what would be the best way to upstream it here. I'm thinking of adding the ffi types to gdk-sys's manual.rs & have a feature flag for enabling the gdk-wayland bindings without an extra separate crate. I only have the |
Sounds like a good idea to bind them manually. |
This can be closed then? @GuillaumeGomez @bilelmoussaoui |
No, a lot of items are still missing. I'll add them later. |
Is it possible to use the functions from
gdkwayland.h
?Specifically i would like to use
gdk_wayland_window_get_wl_surface()
andgdk_wayland_window_set_use_custom_surface()
.The text was updated successfully, but these errors were encountered: