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
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
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
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
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
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