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 654282 - actor: don't use -1 for width/height requests
actor: don't use -1 for width/height requests
Status: RESOLVED FIXED
Product: clutter
Classification: Platform
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: clutter-maint
clutter-maint
Depends on:
Blocks:
 
 
Reported: 2011-07-08 22:29 UTC by Cosimo Cecchi
Modified: 2011-07-09 03:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
actor: don't use -1 for width/height requests (2.85 KB, patch)
2011-07-08 22:29 UTC, Cosimo Cecchi
committed Details | Review

Description Cosimo Cecchi 2011-07-08 22:29:12 UTC
GTK+ doesn't support (anymore?) width/height requests using -1 as parameter, so GtkClutterActor is broken with GTK+ and clutter-gtk master.
Comment 1 Cosimo Cecchi 2011-07-08 22:29:19 UTC
Created attachment 191543 [details] [review]
actor: don't use -1 for width/height requests

This is not supported by GTK+ master, and breaks widget embedding.
Comment 2 Emmanuele Bassi (:ebassi) 2011-07-09 01:46:34 UTC
Review of attachment 191543 [details] [review]:

looks okay to me, feel free to commit.
Comment 3 Cosimo Cecchi 2011-07-09 03:58:50 UTC
Thanks, pushed to master.

Attachment 191543 [details] pushed as 1cb6713 - actor: don't use -1 for width/height requests