query for color cursor support

SVN revision: 12734
This commit is contained in:
Carsten Haitzler 2005-01-04 13:43:27 +00:00
parent c15b8941e3
commit 384e7c6c78
2 changed files with 8 additions and 2 deletions

View File

@ -1146,7 +1146,9 @@ EAPI int ecore_x_client_message8_send(Ecore_X_Window win, Ecore_X_A
ecore_x_window_save_set_del(Ecore_X_Window win);
EAPI Ecore_X_Window *
ecore_x_window_children_get(Ecore_X_Window win, int *num);
EAPI int
ecore_x_cursor_color_supported_get(void);
EAPI Ecore_X_Cursor
ecore_x_cursor_new(Ecore_X_Window win, int *pixels, int w, int h, int hot_x, int hot_y);
EAPI void

View File

@ -984,7 +984,11 @@ ecore_x_window_children_get(Ecore_X_Window win, int *num)
int
ecore_x_cursor_color_supported_get(void)
{
return _ecore_x_xcursor;
}
Ecore_X_Cursor
ecore_x_cursor_new(Ecore_X_Window win, int *pixels, int w, int h, int hot_x, int hot_y)