I have no idea. On Thu, Dec 27, 2012 at 7:38 AM, Vincent Torri <[email protected]>wrote:
> if e trunk is for e18 and if e18 will use elm, why is elm optional ? > > On Thu, Dec 27, 2012 at 8:27 AM, Enlightenment SVN > <[email protected]> wrote: > > Log: > > if using elm, include globally for e > > > > > > Author: discomfitor > > Date: 2012-12-26 23:27:12 -0800 (Wed, 26 Dec 2012) > > New Revision: 81732 > > Trac: http://trac.enlightenment.org/e/changeset/81732 > > > > Modified: > > trunk/e/src/bin/e_includes.h trunk/e/src/bin/e_win.c > > > > Modified: trunk/e/src/bin/e_includes.h > > =================================================================== > > --- trunk/e/src/bin/e_includes.h 2012-12-27 06:46:29 UTC (rev > 81731) > > +++ trunk/e/src/bin/e_includes.h 2012-12-27 07:27:12 UTC (rev > 81732) > > @@ -147,3 +147,6 @@ > > #include "e_import_config_dialog.h" > > #include "e_grab_dialog.h" > > #include "e_widget_filepreview.h" > > +#ifdef HAVE_ELEMENTARY > > +# include <Elementary.h> > > +#endif > > > > Modified: trunk/e/src/bin/e_win.c > > =================================================================== > > --- trunk/e/src/bin/e_win.c 2012-12-27 06:46:29 UTC (rev 81731) > > +++ trunk/e/src/bin/e_win.c 2012-12-27 07:27:12 UTC (rev 81732) > > @@ -15,8 +15,6 @@ > > #ifdef HAVE_ELEMENTARY > > /* intercept elm_win operations so we talk directly to e_border */ > > > > -#include <Elementary.h> > > - > > typedef struct _Elm_Win_Trap_Ctx > > { > > E_Border *border; > > > > > > > ------------------------------------------------------------------------------ > > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, > > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current > > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft > > MVPs and experts. ON SALE this month only -- learn more at: > > http://p.sf.net/sfu/learnmore_122712 > > _______________________________________________ > > enlightenment-svn mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn > > > ------------------------------------------------------------------------------ > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft > MVPs and experts. ON SALE this month only -- learn more at: > http://p.sf.net/sfu/learnmore_122712 > _______________________________________________ > enlightenment-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > ------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. ON SALE this month only -- learn more at: http://p.sf.net/sfu/learnmore_122712 _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
