|
|
@ -373,7 +373,6 @@ struct weston_output { |
|
|
|
bool enabled; /**< is in the output_list, not pending list */ |
|
|
|
bool enabled; /**< is in the output_list, not pending list */ |
|
|
|
int scale; |
|
|
|
int scale; |
|
|
|
|
|
|
|
|
|
|
|
bool use_renderer_shadow_buffer; |
|
|
|
|
|
|
|
struct weston_color_transform *from_sRGB_to_output; |
|
|
|
struct weston_color_transform *from_sRGB_to_output; |
|
|
|
struct weston_color_transform *from_sRGB_to_blend; |
|
|
|
struct weston_color_transform *from_sRGB_to_blend; |
|
|
|
struct weston_color_transform *from_blend_to_output; |
|
|
|
struct weston_color_transform *from_blend_to_output; |
|
|
@ -2082,9 +2081,6 @@ void |
|
|
|
weston_output_set_transform(struct weston_output *output, |
|
|
|
weston_output_set_transform(struct weston_output *output, |
|
|
|
uint32_t transform); |
|
|
|
uint32_t transform); |
|
|
|
|
|
|
|
|
|
|
|
bool |
|
|
|
|
|
|
|
weston_output_set_renderer_shadow_buffer(struct weston_output *output); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void |
|
|
|
void |
|
|
|
weston_output_init(struct weston_output *output, |
|
|
|
weston_output_init(struct weston_output *output, |
|
|
|
struct weston_compositor *compositor, |
|
|
|
struct weston_compositor *compositor, |
|
|
|