need a longer attrib list

This commit is contained in:
David Rose 2005-01-20 00:48:18 +00:00
parent 86787b3d98
commit a0fddbf147

View File

@ -280,7 +280,7 @@ make_pbuffer(HDC twindow_dc) {
// Select a suitable pixel format that matches the GSG's existing
// format, and also is appropriate for a pixel buffer.
static const int max_attrib_list = 32;
static const int max_attrib_list = 64;
int iattrib_list[max_attrib_list];
int ivalue_list[max_attrib_list];
int ni = 0;