elm tooltip: Fixed warnings.
authorseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 26 Jul 2011 12:35:54 +0000 (12:35 +0000)
committerseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 26 Jul 2011 12:35:54 +0000 (12:35 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61758 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/els_tooltip.c

index 357b0d7..c13dad7 100644 (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);