After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 789777 - Resolving undefined reference to gdk_get_default_root_window
Resolving undefined reference to gdk_get_default_root_window
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Backend: Broadway
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2017-11-01 16:48 UTC by Andrew Crerar
Modified: 2017-11-01 17:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch file for undefined reference (910 bytes, patch)
2017-11-01 16:48 UTC, Andrew Crerar
committed Details | Review

Description Andrew Crerar 2017-11-01 16:48:31 UTC
Created attachment 362766 [details] [review]
Patch file for undefined reference

gdk_get_default_root_window no longer exists but is referenced in gdk/broadway/gdkdevice-broadway.c

The provided patch resolves the undefined reference by providing the display's root window using gdk_display_get_root_window
Comment 1 Emmanuele Bassi (:ebassi) 2017-11-01 16:54:09 UTC
Review of attachment 362766 [details] [review]:

:thumbsup: