Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/engines/evas_software_sdl Modified Files: Ewl_Engine_Evas_Software_SDL.h ewl_engine_evas_software_sdl.c Log Message: - cleanup trailing whitespace =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/engines/evas_software_sdl/Ewl_Engine_Evas_Software_SDL.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- Ewl_Engine_Evas_Software_SDL.h 17 Oct 2007 02:00:57 -0000 1.1 +++ Ewl_Engine_Evas_Software_SDL.h 17 Oct 2007 14:51:33 -0000 1.2 @@ -16,7 +16,7 @@ Ewl_Engine engine; /* There can be only one window in sdl land */ - Ewl_Window *window; + Ewl_Window *window; }; #endif =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/engines/evas_software_sdl/ewl_engine_evas_software_sdl.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- ewl_engine_evas_software_sdl.c 17 Oct 2007 02:00:57 -0000 1.1 +++ ewl_engine_evas_software_sdl.c 17 Oct 2007 14:51:33 -0000 1.2 @@ -22,7 +22,7 @@ static int ee_init(Ewl_Engine *engine); static void ee_shutdown(Ewl_Engine *engine); -static void *canvas_funcs[EWL_ENGINE_CANVAS_MAX] = +static void *canvas_funcs[EWL_ENGINE_CANVAS_MAX] = { ee_canvas_setup, NULL, NULL, NULL, NULL @@ -94,7 +94,7 @@ ECORE_SDL_EVENT_KEY_DOWN, ewl_ev_sdl_key_down, engine); ee_key_up_handler = ecore_event_handler_add( - ECORE_SDL_EVENT_KEY_UP, + ECORE_SDL_EVENT_KEY_UP, ewl_ev_sdl_key_up, engine); ee_mouse_down_handler = ecore_event_handler_add( ECORE_SDL_EVENT_MOUSE_BUTTON_DOWN, ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs