[Wayland-bugs] [Bug 695861] Allow to use custom surfaces for GdkWindows in Wayland

gtk+ (bugzilla.gnome.org) bugzilla at gnome.org
Sat Jun 22 04:29:58 PDT 2013


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

dgod <dgod.osa> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dgod.osa at gmail.com

--- Comment #17 from dgod <dgod.osa at gmail.com> 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.


More information about the Wayland-bugs mailing list