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 636302 - Replace some GDK X11 calls with future-proof ones
Replace some GDK X11 calls with future-proof ones
Status: RESOLVED FIXED
Product: mutter
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: mutter-maint
mutter-maint
Depends on:
Blocks:
 
 
Reported: 2010-12-02 14:57 UTC by Benjamin Otte (Company)
Modified: 2010-12-02 23:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Replace some GDK X11 calls with future-proof ones (3.18 KB, patch)
2010-12-02 14:57 UTC, Benjamin Otte (Company)
committed Details | Review

Description Benjamin Otte (Company) 2010-12-02 14:57:23 UTC
GTK is about to clean up its code and remove duplicate macros and
GdkDrawable usage. To prepare for that landing, we use the future-safe
versions of the same calls.
Comment 1 Benjamin Otte (Company) 2010-12-02 14:57:25 UTC
Created attachment 175712 [details] [review]
Replace some GDK X11 calls with future-proof ones

GTK is about to clean up its code and remove duplicate macros and
GdkDrawable usage. To prepare for that landing, we use the future-safe
versions of the same calls.
Comment 2 Florian Müllner 2010-12-02 21:51:01 UTC
Review of attachment 175712 [details] [review]:

Looks simple enough.