Fix illume_conformant to return 0 if the atom is not setup on the xwin.
authordevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 7 Dec 2009 02:04:23 +0000 (02:04 +0000)
committerdevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 7 Dec 2009 02:04:23 +0000 (02:04 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@44234 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_x/xlib/ecore_x_e.c

index ece1a7b..901bd46 100644 (file)
@@ -123,7 +123,7 @@ ecore_x_e_illume_conformant_set(Ecore_X_Window win, unsigned int is_conformant)
 EAPI int 
 ecore_x_e_illume_conformant_get(Ecore_X_Window win) 
 {
-   unsigned int val;
+   unsigned int val = 0;
 
    if (!ecore_x_window_prop_card32_get(win, ECORE_X_ATOM_E_ILLUME_CONFORMANT, &val, 1))
      return 0;