make do_vertex_attrib_enable() static

This commit is contained in:
Brian Paul 2006-06-12 19:59:34 +00:00
parent f2ce358331
commit d2fb24a671

View file

@ -30,7 +30,8 @@
#include "indirect_vertex_array.h" #include "indirect_vertex_array.h"
#include <GL/glxproto.h> #include <GL/glxproto.h>
void do_vertex_attrib_enable( GLuint index, GLboolean val ) static void
do_vertex_attrib_enable( GLuint index, GLboolean val )
{ {
__GLXcontext *gc = __glXGetCurrentContext(); __GLXcontext *gc = __glXGetCurrentContext();
__GLXattribute * state = (__GLXattribute *)(gc->client_state_private); __GLXattribute * state = (__GLXattribute *)(gc->client_state_private);