Add API function for setting "server_mode"

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-07-18 11:03:39 +01:00
parent 1dd7ed18bc
commit 93398d66ed
1 changed files with 2 additions and 0 deletions

View File

@ -798,6 +798,8 @@ EAPI struct wl_array *ecore_wl_dnd_drag_types_get(Ecore_Wl_Input *input);
*/
/* EAPI Ecore_Wl_Dnd_Source *ecore_wl_dnd_drag_source_create(Ecore_Wl_Dnd *dnd); */
EAPI void ecore_wl_server_mode_set(Eina_Bool on);
#ifdef __cplusplus
}
#endif