mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
Fix DGA so it works properly again.
This commit is contained in:
parent
2a2b1840d9
commit
c14bed35f6
@ -50,6 +50,7 @@ static HRESULT HAL_DirectDrawSurface_create_surface(IDirectDrawSurfaceImpl* This
|
||||
ddpriv->hal.next_vofs += This->surface_desc.dwHeight;
|
||||
|
||||
This->global.fpVidMem = (FLATPTR)priv->hal.fb_addr;
|
||||
This->global.u4.lPitch = priv->hal.fb_pitch;
|
||||
}
|
||||
This->surface_desc.lpSurface = (LPVOID)This->global.fpVidMem;
|
||||
This->surface_desc.dwFlags |= DDSD_LPSURFACE;
|
||||
@ -286,6 +287,7 @@ BOOL HAL_DirectDrawSurface_flip_data(IDirectDrawSurfaceImpl* front,
|
||||
ret = DIB_DirectDrawSurface_flip_data(front, back, dwFlags);
|
||||
}
|
||||
|
||||
TRACE("(%p,%p)\n",front,back);
|
||||
data.lpDD = dd_gbl;
|
||||
data.lpSurfCurr = &front->local;
|
||||
data.lpSurfTarg = &back->local;
|
||||
|
Loading…
Reference in New Issue
Block a user