wgl: Support the same combinations of single buffer pixel formats.

This commit is contained in:
José Fonseca 2009-03-03 17:54:38 +00:00
parent 39a1a24b3f
commit 317a7da2c4

View file

@ -74,6 +74,18 @@ add_standard_pixelformats(
pf->depth = depth24s8;
pf++;
pf->flags = flags;
pf->color = color24;
pf->alpha = alpha8;
pf->depth = depth16;
pf++;
pf->flags = flags;
pf->color = color24;
pf->alpha = alpha8;
pf->depth = depth24s8;
pf++;
pf->flags = flags;
pf->color = color24;
pf->alpha = noalpha;