1
0
Fork 0
mutter-performance-source/clutter/fruity
Emmanuele Bassi 8008bfea25 2008-06-25 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-backend.h:
	* clutter/clutter-backend.c:
	(clutter_backend_get_display_size): Add a function for getting the
	display size out of the backend.

	* clutter/clutter-stage.c:
	(clutter_stage_allocate): When allocating on a backend with a
	static stage, we simply ignore the passed box and override it with
	the size of the display.

	* clutter/eglnative/clutter-backend-egl.c:
	(clutter_backend_egl_get_display_size),
	(clutter_backend_egl_class_init): Implement get_display_size() by
	returning the size of the EGL surface.

	* clutter/fruity/clutter-backend-fruity.c:
	(clutter_backend_egl_get_display_size),
	(clutter_backend_egl_class_init): Ditto as above.

	* clutter/x11/clutter-backend-x11.c:
	(clutter_backend_x11_get_display_size),
	(clutter_backend_x11_class_init): Implement get_display_size() by
	returning the DisplayWidth and DisplayHeight of the current
	screen.
2008-06-25 13:05:59 +00:00
..
clutter-backend-fruity.c 2008-06-25 Emmanuele Bassi <ebassi@openedhand.com> 2008-06-25 13:05:59 +00:00
clutter-backend-fruity.h 2008-06-23 Matthew Allum <mallum@openedhand.com> 2008-06-23 09:55:42 +00:00
clutter-fruity.c * clutter/fruity/clutter-fruity.c: removed dead code and unused 2008-06-24 11:34:22 +00:00
clutter-fruity.h Merged clutter-ivan branch into trunk. 2008-04-25 13:37:36 +00:00
clutter-stage-fruity.c 2008-06-25 Emmanuele Bassi <ebassi@openedhand.com> 2008-06-25 11:49:43 +00:00
clutter-stage-fruity.h Merged clutter-ivan branch into trunk. 2008-04-25 13:37:36 +00:00
Makefile.am Merged clutter-ivan branch into trunk. 2008-04-25 13:37:36 +00:00