From 807c6931fe683fd844ceec1b023232181e6aae03 Mon Sep 17 00:00:00 2001 From: marha Date: Tue, 28 Dec 2010 16:10:20 +0000 Subject: xserver and mesa git update 28-12-2010 --- mesalib/src/mesa/state_tracker/st_gl_api.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 mesalib/src/mesa/state_tracker/st_gl_api.h (limited to 'mesalib/src/mesa/state_tracker/st_gl_api.h') diff --git a/mesalib/src/mesa/state_tracker/st_gl_api.h b/mesalib/src/mesa/state_tracker/st_gl_api.h new file mode 100644 index 000000000..59782d0d5 --- /dev/null +++ b/mesalib/src/mesa/state_tracker/st_gl_api.h @@ -0,0 +1,7 @@ + +#ifndef ST_GL_API_H +#define ST_GL_API_H + +struct st_api *st_gl_api_create(void); + +#endif -- cgit v1.2.3