mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 14:38:06 +02:00
cleanup
This commit is contained in:
parent
fd9757d3b9
commit
55497973be
1 changed files with 2 additions and 4 deletions
|
|
@ -860,10 +860,8 @@ wglChoosePixelFormat(HDC hdc, const PIXELFORMATDESCRIPTOR * ppfd)
|
|||
if (!(pfd.dwFlags & PFD_DOUBLEBUFFER_DONTCARE)
|
||||
&& ((pfd.dwFlags & PFD_DOUBLEBUFFER) !=
|
||||
(pix[i].pfd.dwFlags & PFD_DOUBLEBUFFER))) continue;
|
||||
#if 0 /* [dBorca] Hack alert:
|
||||
* Doom3 fails here!
|
||||
* Can we get away by implementing WGL_ARB_pixel_format?
|
||||
*/
|
||||
#if 1 /* [dBorca] Hack alert: Doom3 fails here!
|
||||
*/
|
||||
if (!(pfd.dwFlags & PFD_STEREO_DONTCARE)
|
||||
&& ((pfd.dwFlags & PFD_STEREO) !=
|
||||
(pix[i].pfd.dwFlags & PFD_STEREO))) continue;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue