diff options
author | Brian Paul <[email protected]> | 2008-06-09 14:25:23 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-06-09 14:25:23 -0600 |
commit | 5f91007f996d0b7e3233f221a6b0056203e356d2 (patch) | |
tree | c2aa34e5a3eae37846bab01eeee8738db78fc971 /src/mesa/main/pixelstore.h | |
parent | d960a0621d65ae9977efe9bbb51dce9e1571b114 (diff) |
mesa: refactor: new _mesa_init_pixelstore() function
Diffstat (limited to 'src/mesa/main/pixelstore.h')
-rw-r--r-- | src/mesa/main/pixelstore.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/main/pixelstore.h b/src/mesa/main/pixelstore.h index c42f3040306..ee963f9ba3c 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 |