Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin


Modified Files:
        main.c 


Log Message:
- set a default size on the window for individual tests

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/main.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -3 -r1.34 -r1.35
--- main.c      7 Sep 2006 02:39:46 -0000       1.34
+++ main.c      8 Sep 2006 01:57:27 -0000       1.35
@@ -87,7 +87,7 @@
 
                        ecore_list_goto_first(tests);
                        while ((t = ecore_list_next(tests)))
-                               run_window_test(t, 0, 0);
+                               run_window_test(t, MAIN_WIDTH, MAIN_HEIGHT);
                }
                else if (!strncmp(argv[i], "-unit", 5))
                        unit_test = 1;
@@ -101,7 +101,8 @@
                                if (unit_test)
                                        ret = run_unit_tests(t);
                                else
-                                       run_window_test(t, 0, 0);
+                                       run_window_test(t, MAIN_WIDTH, 
+                                                               MAIN_HEIGHT);
 
                                ran_test ++;
                                break;



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to