https://bugzilla.gnome.org/show_bug.cgi?id=695861
  gtk+ | wayland | 3.7.x

dgod <dgod.osa> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #17 from dgod <[email protected]> 2013-06-22 11:29:50 UTC ---
is function gdk_wayland_window_set_use_custom_surface really exported?

in fedora 20 with gtk3-3.9.6-1.fc20.i686 installed

readelf -s -W /usr/lib/libgdk-3.so.0.906.0 |grep
gdk_wayland_window_set_use_custom_surface

return nothing.

use it in ap will cause an link error.

look at the gdkwaylandwindow.h
GDK_AVAILABLE_IN_ALL
struct wl_shell_surface *gdk_wayland_window_get_wl_shell_surface (GdkWindow
*window);

void                     gdk_wayland_window_set_use_custom_surface (GdkWindow
*window);

no GDK_AVAILABLE_IN_ALL before gdk_wayland_window_set_use_custom_surface

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
Wayland-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/wayland-bugs

Reply via email to