Hi, ALL:
I am new to EFL, and now I've written a test application, that is, the
attachment
I compiled it with this:
gcc test.c `pkgconfig --cflags --libs ewl`
And it created an a.out file
But when I run it, I got this message:
./a.out: symbol lookup error: /usr/lib/ewl/engines//evas_software
svn it is, thanks
On Wed, Nov 18, 2009 at 10:35 PM, Brian Wang wrote:
> [snip]
>>> OK.
>>> Checking the boundaries after _advance_after_end_of_string() is more
>>> expensive
>>> than removing the last \0 or reducing the map_end by one.
>>>
>>> How could one make the fix upstream? Keeping my own
[snip]
>> OK.
>> Checking the boundaries after _advance_after_end_of_string() is more
>> expensive
>> than removing the last \0 or reducing the map_end by one.
>>
>> How could one make the fix upstream? Keeping my own offline patches
>> would be a maintenance
>> nightmare.
>
> I'll go with the ch
On Wed, 18 Nov 2009 17:28:18 -0500 Ross Vandegrift said:
> On Tue, Nov 17, 2009 at 06:38:25PM +1100, Carsten Haitzler wrote:
> > for those that love alt-tab, it tends to be mutually exclusive to
> > pointer/sloppy focus - so use click to focus.
>
> FWIW, I disagree with that. I've been using s
On Tue, Nov 17, 2009 at 06:38:25PM +1100, Carsten Haitzler wrote:
> for those that love alt-tab, it tends to be mutually exclusive to
> pointer/sloppy focus - so use click to focus.
FWIW, I disagree with that. I've been using sloppy focus follows
mouse with alt-tab for years now and have never h
Now using EINA_ARRAY_ITER_NEXT.
[]'s
--
Fabiano Fidêncio
ProFUSION embedded systems
http://www.profusion.mobi
--- eina_module.c_bkp 2009-11-17 14:37:47.597794569 -0200
+++ eina_module.c 2009-11-18 14:19:17.503699041 -0200
@@ -547,6 +547,37 @@
}
/**
+ * @brief Find an module in array.
+ *
+ *
On Wed, Nov 18, 2009 at 1:32 AM, Brian Wang wrote:
> On Wed, Nov 18, 2009 at 10:51 AM, Gustavo Sverzut Barbieri
> wrote:
>> On Wed, Nov 18, 2009 at 12:37 AM, Brian Wang
>> wrote:
>>> On Sat, Nov 14, 2009 at 1:21 PM, Brian Wang
>>> wrote:
On Sat, Nov 14, 2009 at 1:44 AM, Gustavo Sverzut B