On Thu, Jun 17, 2004 at 03:23:31PM -0500, Brian G. Rhodes wrote: > No, if I do CreateSurface, then FillRectangle on my primary surface, is > there a way to make it transparent without destroying the surface?
Ah so you're using CreateSurface() + DSCAPS_PRIMARY with DFSCL_NORMAL cooperative level? You can change the window opacity with the mouse as described in the README. There's no way to do it programmatically. > > On Thu, 2004-06-17 at 14:58, Ville Syrj�l� wrote: > > On Thu, Jun 17, 2004 at 12:43:02PM -0500, Brian G. Rhodes wrote: > > > Is there a way I can make all my surfaces transparent without destroying > > > them? > > > > By surfaces do you actually mean windows? Just do w->SetOpacity( w, 0 );. > -- Ville Syrj�l� [EMAIL PROTECTED] http://www.sci.fi/~syrjala/
