diff --git a/include/libweston/libweston.h b/include/libweston/libweston.h index 656c2f42..f3397dca 100644 --- a/include/libweston/libweston.h +++ b/include/libweston/libweston.h @@ -440,6 +440,13 @@ enum weston_output_power_state { WESTON_OUTPUT_POWER_NORMAL }; +struct weston_plane { + struct weston_compositor *compositor; + pixman_region32_t clip; + int32_t x, y; + struct wl_list link; +}; + /** Content producer for heads * * \rst @@ -1265,13 +1272,6 @@ struct weston_layer { struct weston_layer_entry view_list; }; -struct weston_plane { - struct weston_compositor *compositor; - pixman_region32_t clip; - int32_t x, y; - struct wl_list link; -}; - struct weston_drm_format_array; enum weston_capability {