Am Sun, 8 Jan 2012 18:33:43 +0100 schrieb Andreas Volz: > Hi, > > r66977 compiled with easy_e17.sh just failed: > > ../../src/lib/.libs/libelementary.so: undefined reference to > `ecore_evas_wayland_shm_resize' > > Any ideas?
Searching through last SVN commits found this: Log: Ecore_Evas: Add api function for wayland_shm_resize. Author: devilhorns Date: 2012-01-08 03:30:35 -0800 (Sun, 08 Jan 2012) New Revision: 66972 Trac: http://trac.enlightenment.org/e/changeset/66972 Modified: trunk/ecore/src/lib/ecore_evas/Ecore_Evas.h Modified: trunk/ecore/src/lib/ecore_evas/Ecore_Evas.h =================================================================== --- trunk/ecore/src/lib/ecore_evas/Ecore_Evas.h 2012-01-08 11:29:04 UTC (rev 66971) +++ trunk/ecore/src/lib/ecore_evas/Ecore_Evas.h 2012-01-08 11:30:35 UTC (rev 66972) @@ -699,6 +699,7 @@ EAPI Ecore_Evas *ecore_evas_wayland_shm_new(const char *disp_name, int x, int y, int w, int h, int frame); //EAPI Ecore_Evas *ecore_evas_wayland_egl_new(const char *disp_name, int x, int y, int w, int h, int frame); +EAPI void ecore_evas_wayland_shm_resize(Ecore_Evas *ee, int location); I try my luck with r66967 before the commits from devilhorns :-) regards Andreas -- Technical Blog <http://andreasvolz.wordpress.com/> ------------------------------------------------------------------------------ Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex infrastructure or vast IT resources to deliver seamless, secure access to virtual desktops. With this all-in-one solution, easily deploy virtual desktops for less than the cost of PCs and save 60% on VDI infrastructure costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel