wayland: Add missing symbol export

gdk_wayland_window_set_use_custom_surface was not being exported
correctly.

https://bugzilla.gnome.org/show_bug.cgi?id=695861
This commit is contained in:
Rob Bradford 2013-06-26 15:09:51 +01:00
parent 427d4195a1
commit bfe87c44a8

View File

@ -50,6 +50,7 @@ struct wl_surface *gdk_wayland_window_get_wl_surface (GdkWindow *win
GDK_AVAILABLE_IN_ALL
struct wl_shell_surface *gdk_wayland_window_get_wl_shell_surface (GdkWindow *window);
GDK_AVAILABLE_IN_ALL
void gdk_wayland_window_set_use_custom_surface (GdkWindow *window);
G_END_DECLS