libweston: Migrate what is left out the libweston public header
authorMarius Vlad <marius.vlad@collabora.com>
Thu, 11 Jul 2019 11:54:46 +0000 (14:54 +0300)
committerDaniel Stone <daniel@fooishbar.org>
Thu, 18 Jul 2019 06:43:38 +0000 (06:43 +0000)
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
include/libweston/libweston.h
libweston/libweston-internal.h

index 6321d8dac82a83ebf61237db5c2a8ddaeadf1298..1775b5900e66dcbc3b1155d9ad504a51371905f3 100644 (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,
index 5cbe819037fad76ac2db65b87fc44b20c72b2a2a..69b3e2ecd5bf1b37cceefab9e289732d2ee060ef 100644 (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