Enlightenment CVS committal

Author  : xcomputerman
Project : e17
Module  : apps/entrance

Dir     : e17/apps/entrance/src/daemon


Modified Files:
        spawner.c spawner.h 


Log Message:
Fix warnings


===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entrance/src/daemon/spawner.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- spawner.c   14 Oct 2003 17:05:14 -0000      1.6
+++ spawner.c   14 Oct 2003 17:30:47 -0000      1.7
@@ -74,7 +74,7 @@
  * Launch a new X server
  * @param d The spawner display context that will handle this server
  */
-static void Entranced_Spawn_X(Entranced_Spawner_Display *d) {
+void Entranced_Spawn_X(Entranced_Spawner_Display *d) {
     int i = 0;
 
     if (d == NULL)
@@ -178,7 +178,7 @@
        printf("Ecore_Event_Exe_Exit triggered.\n");
 
     if(is_respawning)
-        return;
+        return 1;
     
     is_respawning = 1;
     respawn_timer = ecore_timer_add(3.0, Entranced_Respawn_Reset, NULL);
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entrance/src/daemon/spawner.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- spawner.h   14 Oct 2003 17:05:14 -0000      1.3
+++ spawner.h   14 Oct 2003 17:30:47 -0000      1.4
@@ -44,3 +44,13 @@
 /* structs */
 typedef struct _Entranced_Spawner_Display Entranced_Spawner_Display;
 
+/* Functions */
+int Entranced_Write_Pidfile (pid_t pid);
+void Entranced_Fork_And_Exit(void);
+Entranced_Spawner_Display *Entranced_Spawner_Display_New(void);
+void Entranced_Spawn_X(Entranced_Spawner_Display *d);
+Ecore_Exe * Entranced_Start_Server_Once(Entranced_Spawner_Display *d);
+void Entranced_X_Killall();
+void Entranced_Spawn_Entrance(Entranced_Spawner_Display *d);
+int Entranced_Respawn_Reset(void *data);
+




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to