From 0260fed3c776e3597cba60952e9bf7e02a5a92b6 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Thu, 11 Jul 2019 14:54:46 +0300 Subject: [PATCH] libweston: Migrate what is left out the libweston public header Signed-off-by: Marius Vlad --- include/libweston/libweston.h | 3 --- libweston/libweston-internal.h | 4 ++++ 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/include/libweston/libweston.h b/include/libweston/libweston.h index 6321d8dac..1775b5900 100644 --- a/include/libweston/libweston.h +++ b/include/libweston/libweston.h @@ -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, diff --git a/libweston/libweston-internal.h b/libweston/libweston-internal.h index 5cbe81903..69b3e2ecd 100644 --- a/libweston/libweston-internal.h +++ b/libweston/libweston-internal.h @@ -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