mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-08 03:08:05 +02:00
libweston: Migrate what is left out the libweston public header
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
This commit is contained in:
parent
a9b69b4b2a
commit
0260fed3c7
2 changed files with 4 additions and 3 deletions
|
|
@ -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…
Add table
Reference in a new issue