Fix illume_conformant to return 0 if the atom is not setup on the xwin.

SVN revision: 44234
This commit is contained in:
Christopher Michael 2009-12-07 02:04:23 +00:00
parent ed3ac88827
commit 4811502558
1 changed files with 1 additions and 1 deletions

View 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;