libweston: Migrate what is left out the libweston public header

Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
dev
Marius Vlad 5 years ago committed by Daniel Stone
parent a9b69b4b2a
commit 0260fed3c7
  1. 3
      include/libweston/libweston.h
  2. 4
      libweston/libweston-internal.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,

@ -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

Loading…
Cancel
Save