diff options
author | Simon Ser <contact@emersion.fr> | 2023-02-20 19:04:20 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2023-02-21 17:14:31 +0100 |
commit | b33ab26fe7138f16dedd12ed360548e886408f30 (patch) | |
tree | b6b5d94b5ea9b8cc75aa9043bdd2b154ac30cbdb /include | |
parent | c667e64892a554b9f8610997e690a6d3adb739a2 (diff) |
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.
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/render/swapchain.h (renamed from include/render/swapchain.h) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/render/swapchain.h b/include/wlr/render/swapchain.h index 243f0404..38b1fb8b 100644 --- a/include/render/swapchain.h +++ b/include/wlr/render/swapchain.h @@ -1,5 +1,5 @@ -#ifndef RENDER_SWAPCHAIN_H -#define RENDER_SWAPCHAIN_H +#ifndef WLR_RENDER_SWAPCHAIN_H +#define WLR_RENDER_SWAPCHAIN_H #include <stdbool.h> #include <wayland-server-core.h> |