aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/evas/src/lib/Evas_GL.h
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/evas/src/lib/Evas_GL.h')
-rw-r--r--libraries/evas/src/lib/Evas_GL.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/evas/src/lib/Evas_GL.h b/libraries/evas/src/lib/Evas_GL.h
index fdfbaad..76937eb 100644
--- a/libraries/evas/src/lib/Evas_GL.h
+++ b/libraries/evas/src/lib/Evas_GL.h
@@ -404,7 +404,7 @@ EAPI void evas_gl_free (Evas_GL *evas_gl) EINA
404 * As long as the Evas creates a config object for the user, it takes care 404 * As long as the Evas creates a config object for the user, it takes care
405 * of the backward compatibility issue. 405 * of the backward compatibility issue.
406 */ 406 */
407EAPI Evas_GL_Config *evas_gl_config_new (); 407EAPI Evas_GL_Config *evas_gl_config_new (void);
408 408
409/** 409/**
410 * Frees a config object created from evas_gl_config_new. 410 * Frees a config object created from evas_gl_config_new.