From: Brian Paul Date: Mon, 12 Jun 2006 19:59:34 +0000 (+0000) Subject: make do_vertex_attrib_enable() static X-Git-Tag: 062012170305~20881 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d2fb24a6714ca4eacaf50e8741fd9b012f7a3560;p=profile%2Fivi%2Fmesa.git make do_vertex_attrib_enable() static --- diff --git a/src/glx/x11/indirect_vertex_program.c b/src/glx/x11/indirect_vertex_program.c index d0f0d27..5383dcc 100644 --- a/src/glx/x11/indirect_vertex_program.c +++ b/src/glx/x11/indirect_vertex_program.c @@ -30,7 +30,8 @@ #include "indirect_vertex_array.h" #include -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);