From b33ab26fe7138f16dedd12ed360548e886408f30 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 20 Feb 2023 19:04:20 +0100 Subject: render/swapchain: make public We've had this struct for a while. It'd be useful for compositors if they want to manage the swap chains themselves instead of being forced to use wlr_output's. Some compositors might also want to use a swapchain without an output. --- render/swapchain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render/swapchain.c') diff --git a/render/swapchain.c b/render/swapchain.c index 8d3b55f0..943879bb 100644 --- a/render/swapchain.c +++ b/render/swapchain.c @@ -1,10 +1,10 @@ #include #include #include +#include #include #include "render/allocator/allocator.h" #include "render/drm_format_set.h" -#include "render/swapchain.h" static void swapchain_handle_allocator_destroy(struct wl_listener *listener, void *data) { -- cgit v1.2.3