Fwd: MDI/sub window support in DirectX

Robert Shearman rob at codeweavers.com
Mon Nov 14 15:30:02 CST 2005


Oliver Stieber wrote:

> Hi,
>     Just a quick question about adding MDI/sub window support to DirectX, is it ok to just get
> the
> DC of the window and then blit a dib over it or is there a faster/better way? What are we doing
> about drawing window borders? 
>

If you just blit to the DC for the client area (i.e. use GetDC instead 
of GetDCEx) then window borders will be handled automatically. I don't 
know whether there is any alternative way of doing it.

-- 
Rob Shearman




More information about the wine-devel mailing list