2008-05-01 Emmanuele Bassi <ebassi@openedhand.com>

Build fixes for the SDL flavour.

	* clutter/sdl/clutter-backend-sdl.c: Remove an unused function.

	* clutter/sdl/clutter-event-sdl.c:
	(clutter_event_dispatch): Properly cast the stage pointer.

	* clutter/sdl/clutter-stage-sdl.c:
	(clutter_stage_window_iface_init): Remove the draw_to_pixbuf()
	stub and assignment.
This commit is contained in:
Emmanuele Bassi
2008-05-01 15:49:57 +00:00
parent 24e1448c65
commit f6cfee60a9
4 changed files with 14 additions and 22 deletions

View File

@ -327,7 +327,7 @@ clutter_event_dispatch (GSource *source,
{
event = clutter_event_new (CLUTTER_NOTHING);
event->any.stage = clutter_stage_get_default ();
event->any.stage = CLUTTER_STAGE (clutter_stage_get_default ());
if (event_translate (backend, event, &sdl_event))
{