Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/engrave

Dir     : e17/libs/engrave/src/lib


Modified Files:
        Engrave.h engrave_load.c engrave_out.c 
Added Files:
        engrave_parse.h 


Log Message:
fix warnings

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/engrave/src/lib/Engrave.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- Engrave.h   7 Oct 2004 15:36:38 -0000       1.3
+++ Engrave.h   7 Oct 2004 16:05:33 -0000       1.4
@@ -3,6 +3,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include <Evas.h>
 
 typedef enum _Engrave_Image_Type Engrave_Image_Type;
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/engrave/src/lib/engrave_load.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- engrave_load.c      24 Sep 2004 04:27:44 -0000      1.3
+++ engrave_load.c      7 Oct 2004 16:05:33 -0000       1.4
@@ -1,6 +1,8 @@
-#include "Engrave.h"
 #include <errno.h>
 
+#include "Engrave.h"
+#include "engrave_parse.h"
+
 #define MAIN_EDC_NAME "main_edje_source.edc"
 
 char *engrave_filename = NULL;
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/engrave/src/lib/engrave_out.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- engrave_out.c       7 Oct 2004 15:36:38 -0000       1.3
+++ engrave_out.c       7 Oct 2004 16:05:33 -0000       1.4
@@ -36,27 +36,27 @@
         };
 
 char *_action_string[ENGRAVE_ACTION_NUM] = {
-       "STATE_SET",
-       "ACTION_STOP",
-       "SIGNAL_EMIT",
-       "DRAG_VAL_SET",
-       "DRAG_VAL_STEP",
-       "DRAG_VAL_PAGE",
-       "SCRIPT"
+        "STATE_SET",
+        "ACTION_STOP",
+        "SIGNAL_EMIT",
+        "DRAG_VAL_SET",
+        "DRAG_VAL_STEP",
+        "DRAG_VAL_PAGE",
+        "SCRIPT"
         };
 
 char *_transition_string[ENGRAVE_TRANSITION_NUM] = {
-       "LINEAR",
-       "SINUSOIDAL",
-       "ACCELERATE",
-       "DECELERATE"
+        "LINEAR",
+        "SINUSOIDAL",
+        "ACCELERATE",
+        "DECELERATE"
         };
 
 char *_aspect_preference_string[ENGRAVE_ASPECT_PREFERENCE_NUM] = {
-       "NONE",
-       "VERTICAL",
-       "HORIZONTAL",
-       "BOTH"
+        "NONE",
+        "VERTICAL",
+        "HORIZONTAL",
+        "BOTH"
         };
 
 static char *




-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to