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 631931 - gdk_drawable_get_screen is gone
gdk_drawable_get_screen is gone
Status: RESOLVED FIXED
Product: gnome-settings-daemon
Classification: Core
Component: plugins
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-settings-daemon-maint
gnome-settings-daemon-maint
Depends on:
Blocks:
 
 
Reported: 2010-10-11 23:40 UTC by Alban Browaeys
Modified: 2010-10-12 13:50 UTC
See Also:
GNOME target: 3.0
GNOME version: ---


Attachments
use gdk_window_get_screen instead of drawable version (978 bytes, patch)
2010-10-11 23:40 UTC, Alban Browaeys
committed Details | Review

Description Alban Browaeys 2010-10-11 23:40:53 UTC
Created attachment 172147 [details] [review]
use gdk_window_get_screen instead of drawable version

It could be replaced by gdk_window_get_screen as in this patch.