libweston: Migrate what is left out the libweston public header

Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
This commit is contained in:
Marius Vlad 2019-07-11 14:54:46 +03:00 committed by Daniel Stone
parent a9b69b4b2a
commit 0260fed3c7
2 changed files with 4 additions and 3 deletions

View file

@ -695,9 +695,6 @@ weston_touch_send_motion(struct weston_touch *touch,
void
weston_touch_send_frame(struct weston_touch *touch);
int
wl_data_device_manager_init(struct wl_display *display);
void
weston_seat_set_selection(struct weston_seat *seat,

View file

@ -316,4 +316,8 @@ void
weston_protected_surface_send_event(struct protected_surface *psurface,
enum weston_hdcp_protection protection);
/* others */
int
wl_data_device_manager_init(struct wl_display *display);
#endif