[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 fa0b33ec30
commit c20886c5e3

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