enlightenment/src/bin/e_place.h

7 lines
166 B
C

#ifndef E_PLACE_H
#define E_PLACE_H
EAPI int e_place_zone_region_smart(E_Zone *zone, Evas_List *skiplist, int x, int y, int w, int h, int *rx, int *ry);
#endif