mutter/clutter/sdl
Emmanuele Bassi fabed98362 2008-05-07 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/sdl/clutter-backend-sdl.c:
	(clutter_backend_sdl_dispose): Destroy the timer that we created...
	(clutter_backend_sdl_init): ... here.

	* clutter/sdl/clutter-backend-sdl.h: Add a GTimer for time-based
	operations, like the event time.

	* clutter/sdl/clutter-event-sdl.c:
	(get_backend_time): Get the elapsed milliseconds for the SDL
	backend.

	(_clutter_events_init): Start the timer provided by the backend...
	(_clutter_events_uninit): ... and the stop it.

	(key_event_translate), (event_translate): Use the backend time
	to fill out the time field of the event structures. This fixes
	the motion notification throttling on the SDL backend.
2008-05-07 15:03:59 +00:00
..
clutter-backend-sdl.c 2008-05-07 Emmanuele Bassi <ebassi@openedhand.com> 2008-05-07 15:03:59 +00:00
clutter-backend-sdl.h 2008-05-07 Emmanuele Bassi <ebassi@openedhand.com> 2008-05-07 15:03:59 +00:00
clutter-event-sdl.c 2008-05-07 Emmanuele Bassi <ebassi@openedhand.com> 2008-05-07 15:03:59 +00:00
clutter-sdl.h 2007-05-02 Matthew Allum <mallum@openedhand.com> 2007-05-02 20:05:29 +00:00
clutter-stage-sdl.c 2008-05-01 Emmanuele Bassi <ebassi@openedhand.com> 2008-05-01 15:49:57 +00:00
clutter-stage-sdl.h 2008-04-25 Emmanuele Bassi <ebassi@openedhand.com> 2008-04-25 12:17:01 +00:00
Makefile.am Merged clutter-ivan branch into trunk. 2008-04-25 13:37:36 +00:00