mirror of
https://github.com/brl/mutter.git
synced 2025-08-13 11:54:48 +00:00
wayland: Make set_selection private
It's unused outside of us.
This commit is contained in:
@@ -377,7 +377,7 @@ destroy_selection_data_source (struct wl_listener *listener, void *data)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
static void
|
||||||
meta_wayland_seat_set_selection (MetaWaylandSeat *seat,
|
meta_wayland_seat_set_selection (MetaWaylandSeat *seat,
|
||||||
MetaWaylandDataSource *source,
|
MetaWaylandDataSource *source,
|
||||||
guint32 serial)
|
guint32 serial)
|
||||||
|
@@ -33,10 +33,4 @@ meta_wayland_data_device_set_keyboard_focus (MetaWaylandSeat *seat);
|
|||||||
int
|
int
|
||||||
meta_wayland_data_device_manager_init (struct wl_display *display);
|
meta_wayland_data_device_manager_init (struct wl_display *display);
|
||||||
|
|
||||||
void
|
|
||||||
meta_wayland_seat_set_selection (MetaWaylandSeat *seat,
|
|
||||||
MetaWaylandDataSource *source,
|
|
||||||
uint32_t serial);
|
|
||||||
|
|
||||||
|
|
||||||
#endif /* __META_WAYLAND_DATA_DEVICE_H__ */
|
#endif /* __META_WAYLAND_DATA_DEVICE_H__ */
|
||||||
|
Reference in New Issue
Block a user