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.
parent
c667e64892
commit
b33ab26fe7
@ -1,5 +1,5 @@
|
|||||||
#ifndef RENDER_SWAPCHAIN_H
|
#ifndef WLR_RENDER_SWAPCHAIN_H
|
||||||
#define RENDER_SWAPCHAIN_H
|
#define WLR_RENDER_SWAPCHAIN_H
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <wayland-server-core.h>
|
#include <wayland-server-core.h>
|
Loading…
Reference in new issue