summaryrefslogtreecommitdiff
path: root/src/mesa/main/pixelstore.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-06-09 14:25:23 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-06-09 14:25:23 -0600
commit5f91007f996d0b7e3233f221a6b0056203e356d2 (patch)
treec2aa34e5a3eae37846bab01eeee8738db78fc971 /src/mesa/main/pixelstore.h
parentd960a0621d65ae9977efe9bbb51dce9e1571b114 (diff)
mesa: refactor: new _mesa_init_pixelstore() function
Diffstat (limited to 'src/mesa/main/pixelstore.h')
-rw-r--r--src/mesa/main/pixelstore.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/main/pixelstore.h b/src/mesa/main/pixelstore.h
index c42f304030..ee963f9ba3 100644
--- a/src/mesa/main/pixelstore.h
+++ b/src/mesa/main/pixelstore.h
@@ -43,4 +43,8 @@ extern void GLAPIENTRY
_mesa_PixelStoref( GLenum pname, GLfloat param );
+extern void
+_mesa_init_pixelstore( GLcontext *ctx );
+
+
#endif