wlroots/include
David Turner 1380a48b4d Declare struct wlr_surface in a less weird place
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.
2025-02-21 13:44:42 +00:00
..
backend render/drm_syncobj: Add a callback when ready 2025-01-26 18:02:05 -05:00
interfaces types/wlr_input_device: move init and finish function to private API 2022-03-07 16:37:41 +00:00
render render/allocator: add udmabuf allocator 2024-12-22 21:37:57 +00:00
types matrix: move to util/ 2025-01-27 17:48:18 +01:00
util matrix: move to util/ 2025-01-27 17:48:18 +01:00
wlr Declare struct wlr_surface in a less weird place 2025-02-21 13:44:42 +00:00
xcursor Add some missing includes/declarations 2023-06-05 21:06:19 +00:00
xwayland xwm: add missing NET_WM_STATE states 2024-12-20 21:47:17 +00:00
meson.build render/color: add fallback stub when LCMS2 is disabled 2024-06-04 17:45:51 +00:00