wayland: Make gdk_wayland_window_get_wl_output() private

There is no need to make it a public API, move it to the private header
instead.

https://bugzilla.gnome.org/show_bug.cgi?id=766566
This commit is contained in:
Olivier Fourdan
2016-05-19 09:48:46 +02:00
parent 6c939c0e72
commit 0b58c96f06
4 changed files with 2 additions and 14 deletions

View File

@ -274,4 +274,6 @@ EGLSurface gdk_wayland_window_get_dummy_egl_surface (GdkWindow *window,
void gdk_wayland_seat_set_global_cursor (GdkSeat *seat,
GdkCursor *cursor);
struct wl_output *gdk_wayland_window_get_wl_output (GdkWindow *window);
#endif /* __GDK_PRIVATE_WAYLAND_H__ */