Enlightenment CVS committal

Author  : technikolor
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/bin


Modified Files:
        evas_test_main.c evas_test_main.h 


Log Message:
Two minor fixes:
1) Added 3 prototypes to evas_test_main.h for setdown, scroll_setdown, and 
scroll_setup.
GCC prints a warning for first declaration without a proto, but other compilers 
(FORTE) error on it.
2) Added type to did_fps, currently a boolian var, which was declaired only static... 
typed it as int.

benr.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/bin/evas_test_main.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- evas_test_main.c    8 Jan 2003 00:38:18 -0000       1.5
+++ evas_test_main.c    19 Jan 2003 06:23:25 -0000      1.6
@@ -255,7 +255,7 @@
    else if (t <= 36.0)
      {
        double              tw, th;
-       static              did_fps = 0;
+       static int          did_fps = 0;
        
        if (!did_fps)
          {
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/bin/evas_test_main.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- evas_test_main.h    8 Nov 2002 08:02:13 -0000       1.1
+++ evas_test_main.h    19 Jan 2003 06:23:25 -0000      1.2
@@ -37,6 +37,11 @@
 void                loop(void);
 void                setup(void);
 
+void               setdown(void);
+void               scroll_setdown(void);
+void               scroll_setup(void);
+
+
 #ifdef __cplusplus
 }
 #endif




-------------------------------------------------------
This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will
allow you to extend the highest allowed 128 bit encryption to all your 
clients even if they use browsers that are limited to 40 bit encryption. 
Get a guide here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to