Ecore_X(cb): Remove old references to the _prefetch functions.

SVN revision: 76817
devs/devilhorns/wayland_egl
Christopher Michael 11 years ago
parent 8c261bb4de
commit e0807db1c3
  1. 4
      legacy/ecore/src/lib/ecore_x/xcb/ecore_xcb_atoms.c
  2. 6
      legacy/ecore/src/lib/ecore_x/xcb/ecore_xcb_xfixes.c

@ -63,10 +63,6 @@ _ecore_xcb_atoms_finalize(void)
* @p reply is @c NULL, the NULL atom is returned. Otherwise, the atom
* associated to the name is returned.
*
* To use this function, you must call before, and in order,
* ecore_x_atom_get_prefetch(), which sends the InternAtom request,
* then ecore_x_atom_get_fetch(), which gets the reply.
*
* @ingroup Ecore_X_Atom_Group
*/
EAPI Ecore_X_Atom

@ -507,12 +507,6 @@ ecore_x_region_extents(Ecore_X_Region dest,
* @param bounds The returned bounds of the region.
* @return The returned rectangles.
*
* The @p region passed to ecore_xcb_region_fetch_prefetch() is
* returned as a list of rectagles in XY-banded order.
*
* To use this function, you must call before, and in order,
* ecore_xcb_region_fetch_prefetch(), which sends the XFixesFetchRegion request,
* then ecore_xcb_region_fetch_fetch(), which gets the reply.
* @ingroup Ecore_X_Fixes_Group
*/
EAPI Ecore_X_Rectangle *

Loading…
Cancel
Save