Git init
[platform/core/uifw/e17.git] / src / bin / e_stolen.h
1 #ifdef E_TYPEDEFS
2 #else
3 #ifndef E_STOLEN_H
4 #define E_STOLEN_H
5
6 EAPI int  e_stolen_win_get(Ecore_X_Window win);
7 EAPI void e_stolen_win_add(Ecore_X_Window win);
8 EAPI void e_stolen_win_del(Ecore_X_Window win);
9
10 #endif
11 #endif