wgl: Grow the maximum number of pixel formats to cope with the new accum pixel formats.

Fix a segfault when using softpipe.
This commit is contained in:
José Fonseca 2009-05-08 14:23:45 +01:00 committed by Keith Whitwell
parent e90beb93a8
commit b6e2261096

View file

@ -37,7 +37,7 @@
#include "stw_pixelformat.h"
#define STW_MAX_PIXELFORMATS 128
#define STW_MAX_PIXELFORMATS 256
struct pipe_screen;