summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGrigori Goronzy <[email protected]>2017-07-14 23:12:17 +0200
committerGrigori Goronzy <[email protected]>2017-07-14 23:46:21 +0200
commitd063168514050fdac13f6563367b4012e4b64195 (patch)
tree3fff4789fbf9eb624707c16fe35d7cc048592fd5 /src
parent952f21bc1e712efca6ec012a9374d581d8869863 (diff)
mesa/marshal: fix Windows build
This was broken by commit 1ad24faa. Reported by AppVeyor: https://ci.appveyor.com/project/mesa3d/mesa/build/4918
Diffstat (limited to 'src')
-rw-r--r--src/mesa/main/marshal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/main/marshal.h b/src/mesa/main/marshal.h
index f2dc8429a1a..63e0295576e 100644
--- a/src/mesa/main/marshal.h
+++ b/src/mesa/main/marshal.h
@@ -257,7 +257,7 @@ void GLAPIENTRY
_mesa_marshal_ClearBufferfv(GLenum buffer, GLint drawbuffer,
const GLfloat *value);
-void GLAPIENTRY
+void
_mesa_unmarshal_ClearBufferiv(struct gl_context *ctx,
const struct marshal_cmd_ClearBuffer *cmd);
@@ -265,7 +265,7 @@ void GLAPIENTRY
_mesa_marshal_ClearBufferiv(GLenum buffer, GLint drawbuffer,
const GLint *value);
-void GLAPIENTRY
+void
_mesa_unmarshal_ClearBufferuiv(struct gl_context *ctx,
const struct marshal_cmd_ClearBuffer *cmd);
@@ -273,7 +273,7 @@ void GLAPIENTRY
_mesa_marshal_ClearBufferuiv(GLenum buffer, GLint drawbuffer,
const GLuint *value);
-void GLAPIENTRY
+void
_mesa_unmarshal_ClearBufferfi(struct gl_context *ctx,
const struct marshal_cmd_ClearBuffer *cmd);