Enlightenment CVS committal Author : raster Project : e17 Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: ecore_x.c Log Message: always have the function calls - just optionally have useful internals =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_x/ecore_x.c,v retrieving revision 1.100 retrieving revision 1.101 diff -u -3 -r1.100 -r1.101 --- ecore_x.c 30 Oct 2005 07:21:19 -0000 1.100 +++ ecore_x.c 30 Oct 2005 08:01:47 -0000 1.101 @@ -1295,20 +1295,23 @@ return XCreateFontCursor(_ecore_x_disp, shape); } -#ifdef ECORE_XCURSOR - void ecore_x_cursor_size_set(int size) { +#ifdef ECORE_XCURSOR XcursorSetDefaultSize(_ecore_x_disp, size); +#endif } int ecore_x_cursor_size_get(void) { +#ifdef ECORE_XCURSOR return XcursorGetDefaultSize(_ecore_x_disp); -} +#else + return 0; #endif +} int ecore_x_pointer_grab(Ecore_X_Window win) ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today * Register for a JBoss Training Course Free Certification Exam for All Training Attendees Through End of 2005 Visit http://www.jboss.com/services/certification for more information _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs