elm tooltip: Fixed warnings.
authorseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 26 Jul 2011 12:35:54 +0000 (12:35 +0000)
committerMike McCormack <mj.mccormack@samsung.com>
Wed, 23 Nov 2011 00:53:35 +0000 (09:53 +0900)
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@61758 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/els_tooltip.c

index 397af57..33f059e 100644 (file)
@@ -237,7 +237,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);