mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-02-04 21:00:24 +01:00
wlr_compositor.h contains references to `struct wlr_surface` in function arguments before it actually defines it. This generally works because wlr_compositor.h includes wlr_output.h which contains a forward-declaration for `struct wlr_surface` (despite not actually referencing it). This is all pretty weird, and gives very confusing errors if you manage to end up with wlr_output.h including wlr_compositor.h (eg. via an indirect route) so make it less weird. |
||
|---|---|---|
| .. | ||
| backend | ||
| interfaces | ||
| render | ||
| types | ||
| util | ||
| wlr | ||
| xcursor | ||
| xwayland | ||
| meson.build | ||