git.lucas.co / cce-compositor
Wayland compositor (wlroots)
git clone https://git.lucas.co/cce-compositor.git

scenefx/include/types/wlr_output.h (405B)

 1 #ifndef TYPES_WLR_OUTPUT_H
 2 #define TYPES_WLR_OUTPUT_H
 3 
 4 #include <wlr/render/drm_format_set.h>
 5 #include <wlr/types/wlr_output.h>
 6 
 7 void output_pending_resolution(struct wlr_output *output,
 8 	const struct wlr_output_state *state, int *width, int *height);
 9 
10 const struct wlr_output_image_description *output_pending_image_description(
11 	struct wlr_output *output, const struct wlr_output_state *state);
12 
13 #endif