Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : apps/entrance

Dir     : e17/apps/entrance/src/client


Modified Files:
        Makefile.am entrance_session.c main.c 
Added Files:
        entrance_ipc.c entrance_ipc.h 


Log Message:
starting on client side xauth stubs
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entrance/src/client/Makefile.am,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- Makefile.am 15 Mar 2004 17:07:46 -0000      1.9
+++ Makefile.am 23 Mar 2004 17:43:34 -0000      1.10
@@ -11,6 +11,7 @@
        entrance_config.c entrance_config.h \
        entrance_user.c entrance_user.h \
        entrance_x_session.c entrance_x_session.h \
+       entrance_ipc.c entrance_ipc.h \
        EvasTextEntry.c EvasTextEntry.h \
        util.c util.h \
        main.c 
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entrance/src/client/entrance_session.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -3 -r1.42 -r1.43
--- entrance_session.c  11 Mar 2004 20:21:33 -0000      1.42
+++ entrance_session.c  23 Mar 2004 17:43:34 -0000      1.43
@@ -7,6 +7,7 @@
 #include <unistd.h>
 #include "entrance_user.h"
 #include "entrance_x_session.h"
+#include "entrance_ipc.h"
 
 /**
 @file entrance_session.c
@@ -340,6 +341,7 @@
    _entrance_session_user_list_fix(e);
    /* clear users's password out of memory */
    entrance_auth_clear_pass(e->auth);
+   entrance_ipc_shutdown();
    /* this bypasses a race condition where entrance loses its x connection */
    /* before the wm gets it and x goes and resets itself */
    sleep(10);
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entrance/src/client/main.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -3 -r1.43 -r1.44
--- main.c      11 Mar 2004 20:21:33 -0000      1.43
+++ main.c      23 Mar 2004 17:43:35 -0000      1.44
@@ -13,6 +13,7 @@
 #include "entrance.h"
 #include "entrance_session.h"
 #include "entrance_x_session.h"
+#include "entrance_ipc.h"
 #include "EvasTextEntry.h"
 
 #define WINW 800
@@ -580,6 +581,9 @@
       return (-1);
    ecore_app_args_set(argc, (const char **) argv);
 
+   if (!entrance_ipc_init(argc, (const char **) argv))
+      return (-1);
+
    /* Parse command-line options */
    while (1)
    {




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to