elm tooltip: Fixed warnings.

SVN revision: 61758
This commit is contained in:
Daniel Juyung Seo 2011-07-26 12:35:54 +00:00
parent ce6e815e0b
commit febcbbf303
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ _elm_tooltip_reconfigure(Elm_Tooltip *tt)
double rel_x, rel_y;
Eina_Bool inside_eventarea;
#ifdef HAVE_ELEMENTARY_X
Ecore_X_Window xwin;
Ecore_X_Window xwin = 0;
#endif
_elm_tooltip_reconfigure_job_stop(tt);