Hi Tim,

Thanks for your reply. The proposed fix didn't work, however and we resorted
to manipulating subsurfaces of a layer and keeping track of them through
arrays and as a consequence (most likely), we're running out of memory. I
don't know if having the windows will reduce memory consumption (though I
can't think of how it would) but I'm looking into it again.

I think it would be interesting to note that recompiling the df_window app
yielded a df_window that does not have windows (ironically) while the one
that came with the unit worked as expected. I'm suspecting that it had
something to do with our build environment. I'm looking into each and every
Makefile but had no leads so far. Would you have any suggestions where to
start debugging / probable causes?

Also, is there any place that I can ask about software-related CE3100 /
CE4100 questions?
I'm a bit unsure if this mailing list is the correct avenue to raise
questions regarding that system in particular (though completely related to
DirectFB).

Cheers,
Rystraum
-- 
Rystraum Fabe Gamonez
Registered Linux User #484635
http://rystraum.com
On Mon, Jun 7, 2010 at 8:39 AM, Strelchun, Timothy <
timothy.strelc...@intel.com> wrote:

> Hi Rystraum,
>
> BTW:  I know you stated you see nothing on screen, but once you get past
> that issue you will then encounter another-- you are leaving most of the
> window surface buffer uninitialized (a red line surrounding garbage/random
> pixels).  DrawRectangle only draws a rectangle outline, for a fill use
> FillRectangle or Clear.
>
> Cheers,
> Timothy
> _______________________________________________
> directfb-users mailing list
> directfb-users@directfb.org
> http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
>
_______________________________________________
directfb-users mailing list
directfb-users@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to