libweston: Migrate functions that operate on 'weston_plane'
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
This commit is contained in:
parent
56f3a68a01
commit
58cac08c22
|
@ -1796,13 +1796,6 @@ weston_layer_set_mask_infinite(struct weston_layer *layer);
|
|||
bool
|
||||
weston_layer_mask_is_infinite(struct weston_layer *layer);
|
||||
|
||||
void
|
||||
weston_plane_init(struct weston_plane *plane,
|
||||
struct weston_compositor *ec,
|
||||
int32_t x, int32_t y);
|
||||
void
|
||||
weston_plane_release(struct weston_plane *plane);
|
||||
|
||||
/* An invalid flag in presented_flags to catch logic errors. */
|
||||
#define WP_PRESENTATION_FEEDBACK_INVALID (1U << 31)
|
||||
|
||||
|
|
|
@ -156,4 +156,12 @@ weston_compositor_xkb_destroy(struct weston_compositor *ec);
|
|||
int
|
||||
weston_input_init(struct weston_compositor *compositor);
|
||||
|
||||
/* weston_plane */
|
||||
|
||||
void
|
||||
weston_plane_init(struct weston_plane *plane,
|
||||
struct weston_compositor *ec,
|
||||
int32_t x, int32_t y);
|
||||
void
|
||||
weston_plane_release(struct weston_plane *plane);
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue