make do_vertex_attrib_enable() static
authorBrian Paul <brian.paul@tungstengraphics.com>
Mon, 12 Jun 2006 19:59:34 +0000 (19:59 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Mon, 12 Jun 2006 19:59:34 +0000 (19:59 +0000)
src/glx/x11/indirect_vertex_program.c

index d0f0d27..5383dcc 100644 (file)
@@ -30,7 +30,8 @@
 #include "indirect_vertex_array.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();
     __GLXattribute * state = (__GLXattribute *)(gc->client_state_private);