Isaac Freund
Isaac Freund
> It's probably an abuse of the protocol, but you could set the `top` and the `bottom` anchors. In order to move the overview surface to the bottom, you will...
Hello, zig-wlroots depends on zig 0.9, not zig master. This change can't be made until zig 0.10.0 is released.
This would certainly be a reasonable thing to do in a client that wants to support wayland as one of many windowing systems and decide which one to use at...
So far I've personally only written bindings that I need for river or that were blocking someone else from contributing to river and don't plan on changing that. However, if...
For anyone looking to contribute, my process so far has been running `zig translate-c` on the header I'm translating then copying the relevant struct/function definitions to a new zig file....
> What command are you usually using for `zig translate-c`, I often have problem to make it works with all libraries? Something like this: ``` zig translate-c /usr/include/wlr/types/wlr_surface.h -DWLR_USE_UNSTABLE -lwlroots...
> Thats understandable, but by looking at other bindings, zig ones are only active ones mostly because of river but we can go a step further and zig bindings will...
Hello, zig-wayland depends on zig 0.9, not zig master. This change can't be made until zig 0.10.0 is released.
This has been superseded by the next-zig branch: https://github.com/ifreund/zig-wayland/tree/next-zig
This happens because `renderArrayInit()` bypasses the `renderToken()` function used everywhere else in `render.zig`. This means that `renderComments()`, which handles the off/on directives as well as other things, is not called...