2008-06-25 Emmanuele Bassi <set EMAIL_ADDRESS environment variable>
authorEmmanuele Bassi <ebassi@openedhand.com>
Wed, 25 Jun 2008 14:47:00 +0000 (14:47 +0000)
committerEmmanuele Bassi <ebassi@openedhand.com>
Wed, 25 Jun 2008 14:47:00 +0000 (14:47 +0000)
commit79b214e1f18e10df55e3d736326ea717b3bfdaa0
treebda8f692695667cc7d511bc07df6062ccaaa2297
parent8a5123685882703f9bc001f892ed5f06715c3169
2008-06-25  Emmanuele Bassi  <set EMAIL_ADDRESS environment variable>

* clutter/clutter-actor.c:
(clutter_actor_set_min_width),
(clutter_actor_set_min_height),
(clutter_actor_set_natural_width),
(clutter_actor_set_natural_height): If setting the minimum
and natural width and height on a top-level actor, and on
a backend that provides only static stages, then override
the value and use the size of the display as returned by
the backend.

* clutter/eglnative/clutter-stage-egl.c:
(clutter_stage_egl_realize): Remove the setting of the
minimum and natural width and height.
ChangeLog
clutter/clutter-actor.c
clutter/eglnative/clutter-stage-egl.c