1
0
Fork 0
mutter-performance-source/doc/reference
Emmanuele Bassi c4f89675e0 2007-11-23 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-actor.c:
	(clutter_actor_real_request_coords),
	(clutter_actor_request_coords),
	(clutter_actor_class_init): Provide a default ::request_coords()
	implementation in ClutterActor and use it to store the bounding
	box passed to clutter_actor_request_coords(). This makes the code
	more reliable and clean, and avoids a call to the subclass
	request_coords() method if the bounding box did not change. Now,
	every class overriding ClutterActor::request_coords() *must* chain
	up to the parent class method or the bounding box will not be
	saved inside the ClutterActor structure.
	
	* clutter/clutter-entry.c:
	* clutter/clutter-group.c:
	* clutter/clutter-hbox.c:
	* clutter/clutter-label.c:
	* clutter/clutter-texture.c:
	* clutter/clutter-vbox.c: Chain up to the parent class
	request_coords() method.
2007-11-23 17:12:27 +00:00
..
ChangeLog 2007-11-23 Emmanuele Bassi <ebassi@openedhand.com> 2007-11-23 17:12:27 +00:00
clutter-animation.sgml 2007-10-28 Matthew Allum <mallum@openedhand.com> 2007-10-28 22:01:25 +00:00
clutter-docs.sgml 2007-11-15 Emmanuele Bassi <ebassi@openedhand.com> 2007-11-15 17:35:47 +00:00
clutter-sections.txt 2007-11-23 Emmanuele Bassi <ebassi@openedhand.com> 2007-11-23 13:11:10 +00:00
clutter.types 2007-11-15 Neil J. Patel <njp@o-hand.com> 2007-11-15 10:02:25 +00:00
Makefile.am 2007-11-18 Emmanuele Bassi <ebassi@openedhand.com> 2007-11-18 15:41:47 +00:00
subclassing-ClutterActor.sgml 2007-11-23 Emmanuele Bassi <ebassi@openedhand.com> 2007-11-23 17:12:27 +00:00
version.xml.in 2006-06-22 Matthew Allum <mallum@openedhand.com> 2006-06-21 22:34:25 +00:00