Enlightenment CVS committal

Author  : barbieri
Project : e17
Module  : libs/epsilon

Dir     : e17/libs/epsilon/src/lib


Modified Files:
        Epsilon.c epsilon_thumb.c 


Log Message:
More minor cleanups.

===================================================================
RCS file: /cvs/e/e17/libs/epsilon/src/lib/Epsilon.c,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -3 -r1.44 -r1.45
--- Epsilon.c   27 Nov 2007 06:43:06 -0000      1.44
+++ Epsilon.c   28 Nov 2007 03:52:53 -0000      1.45
@@ -1,9 +1,9 @@
-#include "Epsilon.h"
-#define X_DISPLAY_MISSING 1
-#include "Epsilon_Plugin.h"
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
+#include "Epsilon.h"
+#define X_DISPLAY_MISSING 1
+#include "Epsilon_Plugin.h"
 #ifdef HAVE_PNG_H
 #include <png.h>
 #endif
@@ -537,8 +537,8 @@
        char path[PATH_MAX];
        time_t filemtime;
        if (_epsilon_exists_ext(e, "png", path, sizeof(path), &filemtime)) {
-        if (filemtime >= srcmtime)
-          return (EPSILON_OK);
+         if (filemtime >= srcmtime)
+           return (EPSILON_OK);
          /* XXX compare with time from e->src png tag? */
        }
     }
===================================================================
RCS file: /cvs/e/e17/libs/epsilon/src/lib/epsilon_thumb.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- epsilon_thumb.c     2 Nov 2007 08:03:46 -0000       1.17
+++ epsilon_thumb.c     28 Nov 2007 03:52:53 -0000      1.18
@@ -1,3 +1,7 @@
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <Ecore.h>
 #include <Ecore_Data.h>
 #include <Ecore_Ipc.h>
@@ -9,7 +13,7 @@
 
 #define EPSILON_SOCK "epsilon"
 
-EAPI int EPSILON_EVENT_DONE;
+EAPI int EPSILON_EVENT_DONE = -1;
 
 static int debug = 0;
 



-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to