On Tue, Sep 02, 2003 at 01:22:28PM +0000, Sarfraz Nawaz wrote:
> I've proceeded as you suggested but I am not able to see what I draw on
> the BES layer. I think I am not doing something (I am only a novice with
> directfb). I am attaching the code. What is wrong with it. I'll
> appreciate the help.

You code is ok. The problem is that BES doesn't support filtering with
RGB modes so it drops some of the data when downscaling. You happened to 
choose the rectangle coordinates just right for the BES to drop the whole
rectangle :) If you change the coordinates a bit you should see at least 
part of the recntangle. If you call
IDirectFBDisplayLayer::SetScreenLocation() to scale the overlay to a
bigger size you should see the rectangle even with your original
coordinates.

-- 
Ville Syrj�l�
[EMAIL PROTECTED]
http://www.sci.fi/~syrjala/


--
Info: To unsubscribe send a mail to [EMAIL PROTECTED] with
"unsubscribe directfb-users" as subject.

Reply via email to