From 4811502558e347d64de963cc033dece1491508e6 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Mon, 7 Dec 2009 02:04:23 +0000 Subject: [PATCH] Fix illume_conformant to return 0 if the atom is not setup on the xwin. SVN revision: 44234 --- legacy/ecore/src/lib/ecore_x/xlib/ecore_x_e.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/ecore/src/lib/ecore_x/xlib/ecore_x_e.c b/legacy/ecore/src/lib/ecore_x/xlib/ecore_x_e.c index ece1a7bf3a..901bd460eb 100644 --- a/legacy/ecore/src/lib/ecore_x/xlib/ecore_x_e.c +++ b/legacy/ecore/src/lib/ecore_x/xlib/ecore_x_e.c @@ -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;