Fix: ecore_x_window_del() was renamed to ecore_x_window_free() on r39918.
authordieb <dieb@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 30 Jan 2010 17:47:59 +0000 (17:47 +0000)
committerdieb <dieb@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 30 Jan 2010 17:47:59 +0000 (17:47 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@45735 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_x/xlib/ecore_x_e.c

index b9ef508..86cb337 100644 (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);
           }
      }
 }