Ecore_X: Add missing function prototypes in Ecore_X header from Tizen

merge.



SVN revision: 73208
This commit is contained in:
Christopher Michael 2012-07-03 08:06:10 +00:00
parent 33681aa35f
commit 8e0f2ac706
1 changed files with 5 additions and 0 deletions

View File

@ -1673,6 +1673,11 @@ EAPI void ecore_x_e_comp_dump_send(Ecore_X_Window win
EAPI void ecore_x_e_comp_pixmap_set(Ecore_X_Window win, Ecore_X_Pixmap pixmap);
EAPI Ecore_X_Pixmap ecore_x_e_comp_pixmap_get(Ecore_X_Window win);
EAPI char *ecore_x_e_window_profile_get(Ecore_X_Window win);
EAPI void ecore_x_e_window_profile_set(Ecore_X_Window win, const char *profile);
EAPI void ecore_x_e_window_profile_list_set(Ecore_X_Window win, const char **profiles, unsigned int num_profiles);
EAPI Eina_Bool ecore_x_e_window_profile_list_get(Ecore_X_Window win, const char ***profiles, int *ret_num);
EAPI Ecore_X_Sync_Alarm ecore_x_sync_alarm_new(Ecore_X_Sync_Counter counter);
EAPI Eina_Bool ecore_x_sync_alarm_free(Ecore_X_Sync_Alarm alarm);
EAPI Eina_Bool ecore_x_sync_counter_query(Ecore_X_Sync_Counter counter, unsigned int *val);