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 791022 - backends: Fix ClutterRect initialisations
backends: Fix ClutterRect initialisations
Status: RESOLVED FIXED
Product: mutter
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: mutter-maint
mutter-maint
Depends on:
Blocks:
 
 
Reported: 2017-11-30 13:06 UTC by Philip Withnall
Modified: 2017-11-30 14:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
backends: Fix ClutterRect initialisations (1.44 KB, patch)
2017-11-30 13:06 UTC, Philip Withnall
committed Details | Review

Description Philip Withnall 2017-11-30 13:06:12 UTC
Trivial patch attached.
Comment 1 Philip Withnall 2017-11-30 13:06:21 UTC
Created attachment 364667 [details] [review]
backends: Fix ClutterRect initialisations

With Clang, these initialisations were warning about missing brackets.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
Comment 2 Florian Müllner 2017-11-30 13:24:24 UTC
Review of attachment 364667 [details] [review]:

LGTM
Comment 3 Philip Withnall 2017-11-30 14:27:47 UTC
Attachment 364667 [details] pushed as 93e450f - backends: Fix ClutterRect initialisations