[mutter/wayland] wayland: Make set_selection private
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter/wayland] wayland: Make set_selection private
- Date: Tue, 11 Mar 2014 19:42:48 +0000 (UTC)
commit f397c321921fd1d64a326764d21c6f8631ea1175
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Tue Mar 11 15:36:07 2014 -0400
wayland: Make set_selection private
It's unused outside of us.
src/wayland/meta-wayland-data-device.c | 2 +-
src/wayland/meta-wayland-data-device.h | 6 ------
2 files changed, 1 insertions(+), 7 deletions(-)
---
diff --git a/src/wayland/meta-wayland-data-device.c b/src/wayland/meta-wayland-data-device.c
index 7690214..696f190 100644
--- a/src/wayland/meta-wayland-data-device.c
+++ b/src/wayland/meta-wayland-data-device.c
@@ -377,7 +377,7 @@ destroy_selection_data_source (struct wl_listener *listener, void *data)
}
}
-void
+static void
meta_wayland_seat_set_selection (MetaWaylandSeat *seat,
MetaWaylandDataSource *source,
guint32 serial)
diff --git a/src/wayland/meta-wayland-data-device.h b/src/wayland/meta-wayland-data-device.h
index 5863553..87f9774 100644
--- a/src/wayland/meta-wayland-data-device.h
+++ b/src/wayland/meta-wayland-data-device.h
@@ -33,10 +33,4 @@ meta_wayland_data_device_set_keyboard_focus (MetaWaylandSeat *seat);
int
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__ */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]