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 696687 - util: Don't use clutter_x11_set_use_argb_visual() on non-X11
util: Don't use clutter_x11_set_use_argb_visual() on non-X11
Status: RESOLVED FIXED
Product: clutter-gtk
Classification: Platform
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: clutter-gtk maintainer(s)
clutter-gtk maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-03-27 11:12 UTC by Bastien Nocera
Modified: 2013-04-09 10:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
util: Don't use clutter_x11_set_use_argb_visual() on non-X11 (1.06 KB, patch)
2013-03-27 11:12 UTC, Bastien Nocera
committed Details | Review

Description Bastien Nocera 2013-03-27 11:12:06 UTC
.
Comment 1 Bastien Nocera 2013-03-27 11:12:08 UTC
Created attachment 239943 [details] [review]
util: Don't use clutter_x11_set_use_argb_visual() on non-X11

We shouldn't be running this on non-X11 windowing systems.
Comment 2 Emmanuele Bassi (:ebassi) 2013-04-09 10:29:08 UTC
Review of attachment 239943 [details] [review]:

coding style: the braces go on a different indentation level. has to be fixed before committing.
Comment 3 Bastien Nocera 2013-04-09 10:44:56 UTC
Fixed after the indentation fix

Attachment 239943 [details] pushed as 6b1093d - util: Don't use clutter_x11_set_use_argb_visual() on non-X11
Comment 4 Bastien Nocera 2013-04-09 10:47:15 UTC
(In reply to comment #3)
> Fixed after the indentation fix

*Pushed* after the indentation fix...