Enlightenment CVS committal

Author  : rbdpngn
Project : misc
Module  : embrace

Dir     : misc/embrace/src


Modified Files:
        main.c 


Log Message:
Set the app args so the window manager can get the command line.

===================================================================
RCS file: /cvsroot/enlightenment/misc/embrace/src/main.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- main.c      22 Apr 2004 14:22:40 -0000      1.4
+++ main.c      3 May 2004 16:57:46 -0000       1.5
@@ -1,5 +1,5 @@
 /*
- * $Id: main.c,v 1.4 2004/04/22 14:22:40 tsauerbeck Exp $
+ * $Id: main.c,v 1.5 2004/05/03 16:57:46 rbdpngn Exp $
  *
  * Copyright (C) 2004 Embrace project.
  *
@@ -67,6 +67,8 @@
        if (!init ())
                BAIL_OUT ();
 
+       ecore_app_args_set (argc, argv);
+
        if (!(e = embrace_new ())) {
                fprintf (stderr, "Out of memory!\n");
                BAIL_OUT ();




-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE. 
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to