zig-wlroots
zig-wlroots copied to clipboard
[mirror] Zig bindings for wlroots
While `wlr_server_decoration.h` has been [obsolete for 3 years now](https://gitlab.freedesktop.org/wlroots/wlroots/-/blame/master/include/wlr/types/wlr_server_decoration.h#L2), it is still a useful protocol since it is the only decoration protocol that GTK supports at the moment. I see...
* Note: I have only bound what I need for now. Signed-off-by: Shinyzenith
It would be great to quickly see what's still missing Comparing with wlroots repo, that's what I saw, I probably missed some, maybe there is some that are not needed...
Let me know if the organization is good for you. I mostly did the part for the panel orientation, but all backend and drm files in wlroots is a bit...
I added bindings for `tablet-unstable-v2`. There are probably errors, so I'll leave this as a draft until I know it works.