https://bugs.freedesktop.org/show_bug.cgi?id=65423

--- Comment #1 from Arnas Milaševičius <giant...@gmail.com> ---
struct gl_config doesn't have member accumBits, but it has accumR, accumG and
accumB members. Maybe I should change `if(visual->haveAccumBuffer)` to
if((visual->accumG + visual->accumB + visual-> accumR) > 0)`?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to