#ifndef TYPES_WLR_OUTPUT_H #define TYPES_WLR_OUTPUT_H #include #include void output_pending_resolution(struct wlr_output *output, const struct wlr_output_state *state, int *width, int *height); #endif