Enlightenment CVS committal Author : doursse Project : e17 Module : apps/expedite
Dir : e17/apps/expedite/src/bin Modified Files: engine_software_16_x11.c engine_software_x11.c Log Message: remove trailing spaces =================================================================== RCS file: /cvs/e/e17/apps/expedite/src/bin/engine_software_16_x11.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- engine_software_16_x11.c 30 Apr 2007 07:03:20 -0000 1.1 +++ engine_software_16_x11.c 17 Oct 2007 14:27:48 -0000 1.2 @@ -28,7 +28,7 @@ Evas_Engine_Info_Software_16_X11 *einfo; int i; int ok = 0; - + for (i = 1; i < argc; i++) { if ((!strcmp(argv[i], "-e")) && (i < (argc - 1))) @@ -38,10 +38,10 @@ } } if (!ok) return 0; - + disp = XOpenDisplay(NULL); if (!disp) return 0; - + evas_output_method_set(evas, evas_render_method_lookup("software_16_x11")); einfo = (Evas_Engine_Info_Software_16_X11 *)evas_engine_info_get(evas); if (!einfo) @@ -49,7 +49,7 @@ printf("Evas does not support the Software 16bit X11 Engine\n"); return 0; } - + einfo->info.display = disp; attr.backing_store = NotUseful; attr.colormap = DefaultColormap(disp, DefaultScreen(disp)); @@ -70,7 +70,7 @@ &attr); einfo->info.drawable = win; evas_engine_info_set(evas, (Evas_Engine_Info *) einfo); - + XStoreName(disp, win, "Expedite - Evas Test Suite"); chint.res_name = "expedite"; chint.res_class = "Expedite"; =================================================================== RCS file: /cvs/e/e17/apps/expedite/src/bin/engine_software_x11.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- engine_software_x11.c 11 Apr 2007 11:58:32 -0000 1.1 +++ engine_software_x11.c 17 Oct 2007 14:27:48 -0000 1.2 @@ -28,7 +28,7 @@ Evas_Engine_Info_Software_X11 *einfo; int i; int ok = 0; - + for (i = 1; i < argc; i++) { if ((!strcmp(argv[i], "-e")) && (i < (argc - 1))) @@ -38,10 +38,10 @@ } } if (!ok) return 0; - + disp = XOpenDisplay(NULL); if (!disp) return 0; - + evas_output_method_set(evas, evas_render_method_lookup("software_x11")); einfo = (Evas_Engine_Info_Software_X11 *)evas_engine_info_get(evas); if (!einfo) @@ -49,7 +49,7 @@ printf("Evas does not support the Software X11 Engine\n"); return 0; } - + einfo->info.display = disp; einfo->info.visual = einfo->func.best_visual_get(disp, DefaultScreen(disp)); einfo->info.colormap = einfo->func.best_colormap_get(disp, DefaultScreen(disp)); @@ -75,7 +75,7 @@ &attr); einfo->info.drawable = win; evas_engine_info_set(evas, (Evas_Engine_Info *) einfo); - + XStoreName(disp, win, "Expedite - Evas Test Suite"); chint.res_name = "expedite"; chint.res_class = "Expedite"; ------------------------------------------------------------------------- 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