wined3d: Remove DDBLT_WAIT fixme.
This commit is contained in:
parent
928f1cb722
commit
56391a3a85
|
@ -726,10 +726,6 @@ IWineGDISurfaceImpl_Blt(IWineD3DSurface *iface,
|
|||
|
||||
if (Flags & DDBLT_WAIT)
|
||||
{
|
||||
static BOOL displayed = FALSE;
|
||||
if (!displayed)
|
||||
FIXME("Can't handle DDBLT_WAIT flag right now.\n");
|
||||
displayed = TRUE;
|
||||
Flags &= ~DDBLT_WAIT;
|
||||
}
|
||||
if (Flags & DDBLT_ASYNC)
|
||||
|
|
Loading…
Reference in New Issue