Tizen 2.1 release
[platform/core/uifw/e17.git] / src / modules / comp / e_mod_comp_wl_region.h
1 #ifdef E_TYPEDEFS
2 #else
3 # ifndef E_MOD_COMP_WL_REGION_H
4 #  define E_MOD_COMP_WL_REGION_H
5
6 void e_mod_comp_wl_region_destroy(struct wl_client *client __UNUSED__, struct wl_resource *resource);
7 void e_mod_comp_wl_region_add(struct wl_client *client __UNUSED__, struct wl_resource *resource, int x, int y, int w, int h);
8 void e_mod_comp_wl_region_subtract(struct wl_client *client __UNUSED__, struct wl_resource *resource, int x, int y, int w, int h);
9
10 # endif
11 #endif