libweston: Migrate functions that operate on 'weston_plane'
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
This commit is contained in:
committed by
Daniel Stone
parent
56f3a68a01
commit
58cac08c22
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user