Enlightenment CVS committal Author : sebastid Project : e17 Module : libs/evas
Dir : e17/libs/evas/src/bin Modified Files: evas_gl_x11_main.c evas_software_x11_main.c evas_software_x11_perf_load.c evas_test_main.c Log Message: Cleanup some headers. Remove duplicate typedefs and declerations. =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/evas/src/bin/evas_gl_x11_main.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- evas_gl_x11_main.c 22 May 2005 02:49:35 -0000 1.3 +++ evas_gl_x11_main.c 18 Jun 2005 01:00:29 -0000 1.4 @@ -17,7 +17,6 @@ Window win; XSetWindowAttributes attr; XClassHint chint; - XSizeHints szhints; disp = XOpenDisplay(NULL); if (!disp) =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/evas/src/bin/evas_software_x11_main.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- evas_software_x11_main.c 22 May 2005 02:49:35 -0000 1.4 +++ evas_software_x11_main.c 18 Jun 2005 01:00:29 -0000 1.5 @@ -1,5 +1,6 @@ #include "evas_test_main.h" +#include <unistd.h> #include <X11/Xlib.h> #include <X11/Xutil.h> @@ -14,7 +15,6 @@ Window win; XSetWindowAttributes attr; XClassHint chint; - XSizeHints szhints; disp = XOpenDisplay(NULL); if (!disp) =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/evas/src/bin/evas_software_x11_perf_load.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- evas_software_x11_perf_load.c 8 Nov 2002 08:02:13 -0000 1.1 +++ evas_software_x11_perf_load.c 18 Jun 2005 01:00:29 -0000 1.2 @@ -2,6 +2,7 @@ #include <X11/Xutil.h> #include <stdio.h> #include <stdlib.h> +#include <string.h> #include <unistd.h> #include <math.h> #include <sys/time.h> @@ -121,9 +122,6 @@ Evas_Performance *perf; char buf[4096]; char *data, *key; - static mode_t default_mode = - S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IXGRP | S_IROTH | - S_IXOTH; FILE *f; data = NULL; =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/evas/src/bin/evas_test_main.c,v retrieving revision 1.20 retrieving revision 1.21 diff -u -3 -r1.20 -r1.21 --- evas_test_main.c 22 May 2005 02:49:35 -0000 1.20 +++ evas_test_main.c 18 Jun 2005 01:00:29 -0000 1.21 @@ -576,7 +576,6 @@ else if (t <= 106.0) { Evas_Coord tw, th; - int iw, ih; evas_object_text_text_set(title, "Test 8: Raise & Lower"); evas_object_geometry_get(title, NULL, NULL, &tw, &th); @@ -610,7 +609,6 @@ else if (t <= 116.0) { Evas_Coord tw, th; - int iw, ih; evas_object_text_text_set(title, "Test 9: Layer Setting"); evas_object_geometry_get(title, NULL, NULL, &tw, &th); @@ -646,7 +644,6 @@ else if (t <= 126.0) { Evas_Coord tw, th; - int iw, ih; evas_object_text_text_set(title, "Test 10: Show & Hide"); evas_object_geometry_get(title, NULL, NULL, &tw, &th); ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs