Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : apps/entrance

Dir     : e17/apps/entrance/src/client


Modified Files:
        main.c entrance_session.c 


Log Message:
small fixups if you want to test the daemon easily

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entrance/src/client/main.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- main.c      25 Jul 2003 05:20:02 -0000      1.3
+++ main.c      25 Jul 2003 06:06:41 -0000      1.4
@@ -520,12 +520,10 @@
         */
        evas_object_show(edje);
 
-       /*
-       */
-#if X_TESTING
-           ecore_evas_resize(e, WINW, WINH);
-#else
+#if (X_TESTING == 0)
            ecore_evas_fullscreen_set(e, 1);
+#elif (X_TESTING == 1)
+           ecore_evas_resize(e, WINW, WINH);
 #endif
        
        entrance_session_ecore_evas_set(session, e);
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entrance/src/client/entrance_session.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- entrance_session.c  25 Jul 2003 05:20:02 -0000      1.8
+++ entrance_session.c  25 Jul 2003 06:06:42 -0000      1.9
@@ -127,7 +127,7 @@
    /* If a path was specified for the session, use that path instead of
       passing the session name to Xsession */
 
-#if X_TESTING
+#if (X_TESTING == 1)
    snprintf(buf, PATH_MAX, "/usr/X11R6/bin/xterm");
 #endif
 




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to