Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        session.c 


Log Message:
Disable session manager interaction in window mode.

===================================================================
RCS file: /cvs/e/e16/e/src/session.c,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -3 -r1.124 -r1.125
--- session.c   12 May 2006 13:10:16 -0000      1.124
+++ session.c   14 May 2006 16:17:32 -0000      1.125
@@ -327,7 +327,12 @@
 #ifdef HAVE_X11_SM_SMLIB_H
    static SmPointer    context;
    SmcCallbacks        callbacks;
+#endif
 
+   if (Mode.wm.window)
+      return;
+
+#ifdef HAVE_X11_SM_SMLIB_H
    atom_sm_client_id = XInternAtom(disp, "SM_CLIENT_ID", False);
    atom_wm_client_leader = XInternAtom(disp, "WM_CLIENT_LEADER", False);
 




-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to