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 708813 - WL_SHM_FORMAT_XRGB32 used in big endian code path
WL_SHM_FORMAT_XRGB32 used in big endian code path
Status: RESOLVED FIXED
Product: mutter
Classification: Core
Component: wayland
3.10.x
Other Linux
: Normal normal
: ---
Assigned To: mutter-maint
mutter-maint
Depends on:
Blocks:
 
 
Reported: 2013-09-26 09:29 UTC by Dan Horák
Modified: 2013-09-26 11:33 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed fix (760 bytes, patch)
2013-09-26 09:29 UTC, Dan Horák
committed Details | Review

Description Dan Horák 2013-09-26 09:29:16 UTC
Created attachment 255800 [details] [review]
proposed fix

WL_SHM_FORMAT_XRGB32 is still used in big endian code path in core/meta-cursor-tracker.c, it looks like an omission to me.
Comment 1 Giovanni Campagna 2013-09-26 09:32:04 UTC
Ops, yes. The patch looks good.

If you have commit access, please reformat it as a proper git commit, with a message explaining that it is a build fix, and push it. Otherwise I'll take care of it.

Thank you!
Comment 2 Dan Horák 2013-09-26 11:00:55 UTC
Please take care of it, I don't have commit access. Thanks.
Comment 3 Giovanni Campagna 2013-09-26 11:33:54 UTC
Thank you for the patch, applied and will be in the next stable release.