From: Brian Paul Date: Wed, 23 Feb 2000 01:38:29 +0000 (+0000) Subject: fixed a typo in GL_MESA_resize_buffers X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7d4d54cf94b634b78552d0b4457f98da85142112;p=mesa.git fixed a typo in GL_MESA_resize_buffers --- diff --git a/include/GL/glext.h b/include/GL/glext.h index 6608d3b91d2..934c7f6755c 100644 --- a/include/GL/glext.h +++ b/include/GL/glext.h @@ -1307,7 +1307,7 @@ GLAPI void APIENTRY glGetFinalCombinerInputParameterivNV(GLenum variable, GLenum /* * 196. GL_MESA_resize_bufffers */ -#ifndef GL_MESA_resize_bufffers +#ifndef GL_MESA_resize_buffers #define GL_MESA_resize_buffers 1 GLAPI void APIENTRY glResizeBuffersMESA(void);