Enlightenment CVS committal Author : raster Project : e17 Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: Ecore_X.h ecore_x.c Log Message: query for color cursor support =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_x/Ecore_X.h,v retrieving revision 1.87 retrieving revision 1.88 diff -u -3 -r1.87 -r1.88 --- Ecore_X.h 30 Dec 2004 05:35:57 -0000 1.87 +++ Ecore_X.h 4 Jan 2005 13:43:27 -0000 1.88 @@ -1146,7 +1146,9 @@ 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 =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_x/ecore_x.c,v retrieving revision 1.61 retrieving revision 1.62 diff -u -3 -r1.61 -r1.62 --- ecore_x.c 4 Jan 2005 10:26:17 -0000 1.61 +++ ecore_x.c 4 Jan 2005 13:43:27 -0000 1.62 @@ -984,7 +984,11 @@ - +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) ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs