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 645590 - Export meta_get_replace_current_wm()
Export meta_get_replace_current_wm()
Status: RESOLVED FIXED
Product: mutter
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: mutter-maint
mutter-maint
Depends on:
Blocks: 645593
 
 
Reported: 2011-03-23 17:11 UTC by Colin Walters
Modified: 2011-03-23 20:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Export meta_get_replace_current_wm() (1.78 KB, patch)
2011-03-23 17:11 UTC, Colin Walters
committed Details | Review

Description Colin Walters 2011-03-23 17:11:23 UTC
This is necessary for gnome-shell to know whether it should try to
replace the org.gnome.Shell DBus name.

Note: We can't just #include <meta/util.h> because it #defines '_'
at least which obviously conflicts with core gettext.  We should
un-export util.h or fix it.
Comment 1 Colin Walters 2011-03-23 17:11:25 UTC
Created attachment 184150 [details] [review]
Export meta_get_replace_current_wm()
Comment 2 Colin Walters 2011-03-23 20:40:31 UTC
Attachment 184150 [details] pushed as c13e62f - Export meta_get_replace_current_wm()