It compiles because for prototypes you only need the type, not the variable name.
On Mon, Dec 28, 2009 at 3:01 PM, Enlightenment SVN <no-re...@enlightenment.org> wrote: > Log: > Fix function prototype...no idea how this even compiled all this time. > > > Author: devilhorns > Date: 2009-12-28 10:01:39 -0800 (Mon, 28 Dec 2009) > New Revision: 44749 > > Modified: > trunk/e/src/bin/e_container.h > > Modified: trunk/e/src/bin/e_container.h > =================================================================== > --- trunk/e/src/bin/e_container.h 2009-12-28 16:52:27 UTC (rev 44748) > +++ trunk/e/src/bin/e_container.h 2009-12-28 18:01:39 UTC (rev 44749) > @@ -129,8 +129,8 @@ > EAPI int e_container_borders_count(E_Container *con); > EAPI void e_container_border_add(E_Border *bd); > EAPI void e_container_border_remove(E_Border *bd); > -EAPI void e_container_window_raise(E_Container *con, > Ecore_X_Window, int layer); > -EAPI void e_container_window_lower(E_Container *con, > Ecore_X_Window, int layer); > +EAPI void e_container_window_raise(E_Container *con, > Ecore_X_Window win, int layer); > +EAPI void e_container_window_lower(E_Container *con, > Ecore_X_Window win, int layer); > EAPI E_Border *e_container_border_raise(E_Border *bd); > EAPI E_Border *e_container_border_lower(E_Border *bd); > EAPI void e_container_border_stack_above(E_Border *bd, > E_Border *above); > > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > enlightenment-svn mailing list > enlightenment-...@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn > ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel