[E-devel] [PATCH] ecore_directfb: fixed reposition/resize event management

2010-02-24 Thread Lionel Landwerlin
This patch is surely a little crappy... I just tried to notify the evas widget when its window is resized. We might prefer to split the resize/reposition events. Signed-off-by: Lionel Landwerlin --- src/lib/ecore_directfb/Ecore_DirectFB.h | 24 +++-- src/lib/ecore_directfb/ecore_directfb.c

Re: [E-devel] [PATCH] Elementary: Added directfb support

2010-01-19 Thread Lionel Landwerlin
On Tue, Jan 19, 2010 at 8:12 AM, haithem rahmani wrote: > Hi Lionel, > >> In the wonderfull world of set top boxes, dfb still makes sense >> for 2d blitters working with contiguous memory (but not for so long, i >> fear...). But you're right, elementary on set top boxes, that's a non >> sense. I

Re: [E-devel] [PATCH] Elementary: Added directfb support

2010-01-18 Thread Lionel Landwerlin
Le mardi 19 janvier 2010 à 08:05 +0900, Carsten Haitzler a écrit : > On Sat, 16 Jan 2010 00:39:07 +0100 Lionel Landwerlin > said: > > hmmm. dfb support... why? yes - i know. ecore-dfb is there, evas has a dfb > engine that is basically totally unmaintained. it literally is

[E-devel] [PATCH] Elementary: Added directfb support

2010-01-15 Thread Lionel Landwerlin
Signed-off-by: Lionel Landwerlin --- src/lib/elm_main.c |3 +++ src/lib/elm_priv.h |1 + src/lib/elm_win.c |4 3 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/lib/elm_main.c b/src/lib/elm_main.c index 721666e..c09198d 100644 --- a/src/lib/elm_main.c +++ b