|
|
@ -6,8 +6,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
void output_pending_resolution(struct wlr_output *output,
|
|
|
|
void output_pending_resolution(struct wlr_output *output,
|
|
|
|
const struct wlr_output_state *state, int *width, int *height);
|
|
|
|
const struct wlr_output_state *state, int *width, int *height);
|
|
|
|
bool output_is_direct_scanout(struct wlr_output *output,
|
|
|
|
|
|
|
|
struct wlr_buffer *buffer);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
struct wlr_drm_format *output_pick_format(struct wlr_output *output,
|
|
|
|
struct wlr_drm_format *output_pick_format(struct wlr_output *output,
|
|
|
|
const struct wlr_drm_format_set *display_formats, uint32_t format);
|
|
|
|
const struct wlr_drm_format_set *display_formats, uint32_t format);
|
|
|
|