VBGamer |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Re: DirectDraw 7, windowed mode ... bren (3 replies, 0 views) (2000-Dec-27) Beleive it or not, I do both, I am using a clipper (clipperlist actually), the problem only occurs with icq not with any other window.
This is what I do in my loop.
mDX.GetWindowRect frmEditor.picTileSet.hwnd, destRect
mddsPrimary.Blt destRect, mddsTileSet, mTilesRect,
DDBLT_WAIT
mDX.GetWindowRect frmEditor.picMap.hwnd, destRect
mddsBackMap.Blt mMapRect, mddsMap, mMapRect, DDBLT_WAIT
FPS
mddsPrimary.Blt destRect, mddsBackMap, rRect, DDBLT_WAIT
DoEvents
|