[E-devel] Re: Problem with Imlib2 Loaders

2005-02-05 Thread robotron:2084
I fixed the problem (for me). I'm still not sure why I wasn't able to compile the loader obj files as shared libraries, but I went into the directory with them and compiled them as shared by hand. (e.g.: gcc -shared loader_png.o -o png.so && cp png.so /usr/lib/imlib2/loaders.) Everything seems t

Re: [E-devel] Edje: passing date in callbacks

2005-02-05 Thread The Rasterman
On Sun, 6 Feb 2005 02:17:38 +0100 Felix Breuer <[EMAIL PROTECTED]> babbled: > Hello, > > AFAICT it is not possible to pass arbitrary data between Edje and an > application using callbacks. I can specify a data argument that is to be > passed to a callback, but this data is speci

[E-devel] Edje: passing date in callbacks

2005-02-05 Thread Felix Breuer
Hello, AFAICT it is not possible to pass arbitrary data between Edje and an application using callbacks. I can specify a data argument that is to be passed to a callback, but this data is specified when the callback is registered. I would like to have a mechanism to allow * Edje to request data

Re: [E-devel] patch to compile ecore without xinerama support

2005-02-05 Thread Tilman Sauerbeck
Cristalle Azundris Sabon <[EMAIL PROTECTED]> [2005-02-05 14:38]: > Tilman Sauerbeck <[EMAIL PROTECTED]> writes: > > > David Odin <[EMAIL PROTECTED]> [2005-02-05 12:45]: > >> For now, ecore cannot be compile on system without a support for > >> xinerama, the following trivial [#ifdef...#endif] patc

Re: [E-devel] patch to compile ecore without xinerama support

2005-02-05 Thread Tilman Sauerbeck
David Odin <[EMAIL PROTECTED]> [2005-02-05 12:45]: > For now, ecore cannot be compile on system without a support for > xinerama, the following trivial patch fixes this: Applied (slightly modified), thanks. -- Regards, Tilman --- This SF.Net

[E-devel] patch to compile ecore without xinerama support

2005-02-05 Thread David Odin
Hi, For now, ecore cannot be compile on system without a support for xinerama, the following trivial patch fixes this: -- --- src/lib/ecore_x/ecore_x_xinerama.c.orig 2005-02-05 12:41:32.0 +0100 +++ src/lib/ecore_x/ecore_x