Qt over directfb: how to blend picture from different process without fusion enable, iusing QWS features
-
I work with 2 processes that display transparent pixmaps from both side. My option now is to rely on fusion to do the blending. (It is working well... except I have sometime crashes in fusion).
In my mind, It should be possible to let QT do the job and get rid of fusion using the QWS feature.
Having a QWS server and a QWS client.Unfortunately, I'm not able to do that. Have somebody experimented that kind of stuff? Is it possible to do it? Do somebody know any simple example ?
Thanks in advance...