mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05: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 | ||
| xwayland | ||
| backend.h | ||
| config.h.in | ||
| meson.build | ||
| version.h.in | ||
| xcursor.h | ||
| xwayland.h | ||