From a0fddbf147bf19a9bfe921c36a0d35bbd1c90df2 Mon Sep 17 00:00:00 2001 From: David Rose Date: Thu, 20 Jan 2005 00:48:18 +0000 Subject: [PATCH] need a longer attrib list --- panda/src/wgldisplay/wglGraphicsBuffer.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/wgldisplay/wglGraphicsBuffer.cxx b/panda/src/wgldisplay/wglGraphicsBuffer.cxx index e47ccd9e6d..e17a46bdfa 100644 --- a/panda/src/wgldisplay/wglGraphicsBuffer.cxx +++ b/panda/src/wgldisplay/wglGraphicsBuffer.cxx @@ -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;