forked from AuroraMiddleware/gtk
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:
parent
427d4195a1
commit
bfe87c44a8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user