[E-devel] use of ewl path with an application

2004-04-10 Thread Vincent Torri
Hello, i am making a small program with ewl, and i would like to use the e-logo.png, which is located in /where-ewl-is_installed/share/images in the test program, in ewl_image_test.c, it uses the PACKAGE_DATA_DIR var, which is defined in ewl-config.h. If i am not wrong, this file is not installe

Re: [E-devel] use of ewl path with an application

2004-04-10 Thread Andrew Elcock
surely you need to use ewl-config to retreive the libs and cflags in autofoo, so wmy not use it to get the path and put it in your own config.h? Andy Vincent Torri wrote: Hello, i am making a small program with ewl, and i would like to use the e-logo.png, which is located in /where-ewl-is_insta

Re: [E-devel] ewl_events fb patch

2004-04-10 Thread Nathan Ingersoll
Yep, thanks for the patch. On Sat, Apr 10, 2004 at 09:37:39AM +0800, Stafford Horne wrote: > Hi, > > I am not to sure if this is relevant. But it looks like there is no > definition of HAVE_EVAS_ENGINE_FB anywhere. So I am guessing you meant > HAVE_EVAS_ENGINE_FB_H. > > > Index: src/ewl_eve