[evas] Missing reference for an example.

And ditching unused variable on it.



SVN revision: 60316
This commit is contained in:
Gustavo Lima Chaves 2011-06-14 20:12:46 +00:00
parent 7f20733fd5
commit b61a6eea67
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@
* *
* @ref Example_Evas_Load_Error_Str * @ref Example_Evas_Load_Error_Str
* *
* @ref Example_Evas_Events
*/ */
/** /**

View File

@ -31,7 +31,7 @@ struct test_data
Ecore_Evas *ee; Ecore_Evas *ee;
Evas *canvas; Evas *canvas;
Eina_Bool obscured; Eina_Bool obscured;
Evas_Object *img, *img2, *bg; Evas_Object *img, *bg;
Ecore_Timer *resize_timer, *freeze_timer; Ecore_Timer *resize_timer, *freeze_timer;
}; };