Daniel Laird wrote: > Any ideas on how I can remove the need for a Window Stack or solve what is > accessing the lock->addr value?
Three ideas: 1) Find out why the background is cleared at all, because layers != PRIMARY should have no background color set, or maybe it's black. The background mode for these layers should be DLBM_DONTCARE to solve the issue. 2) Not create a window stack when the layer has a certain capability, maybe add DLCAPS_NOWINDOWSTACK. 3) Allocate a dummy line of pixels in your surface pool and keep the pitch at 0 :-) Seems 3) is easiest... Cheers, Denis _______________________________________________ directfb-dev mailing list directfb-dev@directfb.org http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev