[gles/cogl-shader] Fix parameter spec for cogl_shader_get_info_log

The stub version of cogl_shader_get_info_log needed to be updated to
match the changes to the function signature in 61deeafa.
This commit is contained in:
Neil Roberts 2009-06-04 12:04:47 +01:00
parent 00ac53042e
commit 8909d6a129

View File

@ -200,11 +200,10 @@ cogl_shader_compile (CoglHandle shader_handle)
{ {
} }
void gchar *
cogl_shader_get_info_log (CoglHandle handle, cogl_shader_get_info_log (CoglHandle handle)
size_t size,
char *buffer)
{ {
return NULL;
} }
CoglShaderType CoglShaderType