[prev in list] [next in list] [prev in thread] [next in thread] 

List:       wine-devel
Subject:    Re: Fix for ddraw: CreateSurface
From:       Lionel Ulmer <lionel.ulmer () free ! fr>
Date:       2003-05-29 14:27:28
[Download RAW message or body]

> Do you think I should check for the OVERLAY flag into CreateSurface or
> into createoffscreen ?

I would put this before the 'else assume ...' case and would return the
error here (so as the day we will support them, it would be just another
case in the if / else if / else if / else code).

Something like that :

else if (ZBUFFER) {
  (...)
} else if (OVERLAY) {
  return ERROR;
} else {
  FIXME(....)
}

-- 
		 Lionel Ulmer - http://www.bbrox.org/

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic