Fix: ecore_x_window_del() was renamed to ecore_x_window_free() on r39918.

SVN revision: 45735
This commit is contained in:
dieb 2010-01-30 17:47:59 +00:00 committed by dieb
parent 2af8f0e8b5
commit 8498d88bc6
1 changed files with 1 additions and 1 deletions

View File

@ -589,7 +589,7 @@ ecore_x_e_comp_sync_supported_set(Ecore_X_Window root, Eina_Bool enabled)
if ((ret == 1) && (win))
{
ecore_x_window_prop_property_del(root, ECORE_X_ATOM_E_COMP_SYNC_SUPPORTED);
ecore_x_window_del(win);
ecore_x_window_free(win);
}
}
}