Fix illume_conformant to return 0 if the atom is not setup on the xwin.
authorChristopher Michael <cpmichael1@comcast.net>
Mon, 7 Dec 2009 02:04:23 +0000 (02:04 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Mon, 7 Dec 2009 02:04:23 +0000 (02:04 +0000)
SVN revision: 44234

legacy/ecore/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;