mesa: make _mesa_lookup_arrayobj() non-static
Signed-off-by: Timothy Arceri <t_arceri@yahoo.com.au> Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:

committed by
Brian Paul

parent
797b9dc3ff
commit
97f9f11ec4
@@ -45,6 +45,9 @@ struct gl_context;
|
||||
* Internal functions
|
||||
*/
|
||||
|
||||
extern struct gl_array_object *
|
||||
_mesa_lookup_arrayobj(struct gl_context *ctx, GLuint id);
|
||||
|
||||
extern struct gl_array_object *
|
||||
_mesa_new_array_object( struct gl_context *ctx, GLuint name );
|
||||
|
||||
|
Reference in New Issue
Block a user