[Wayland-bugs] [Bug 719819] New: Wayland backend depends on ordering of globals in the display server
gtk+ (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Dec 3 20:24:04 PST 2013
https://bugzilla.gnome.org/show_bug.cgi?id=719819
gtk+ | wayland | unspecified
Summary: Wayland backend depends on ordering of globals in the
display server
Classification: Platform
Product: gtk+
Version: unspecified
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: wayland
AssignedTo: gtk-bugs at gtk.org
ReportedBy: mforney at mforney.org
QAContact: gtk-bugs at gtk.org
CC: rob at robster.org.uk, wayland-bugs at lists.freedesktop.org
GNOME version: ---
Currently, when the wl_seat global is received, it assumes that the
wl_data_device_manager global has already been seen, and uses it to create a
data device. If the wl_seat occurs before the wl_data_device_manager, a crash
occurs.
Similarly, when the wl_seat global is received, it is assumed that the
wl_compositor global has already been seen and tries to create a pointer
surface with it.
Both of these actions should be moved until after the first round trip to
ensure that the required globals have already been bound.
--
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