hermet pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=12586bc6e8cf9fb97ada6e17496c1d4a12f826fd
commit 12586bc6e8cf9fb97ada6e17496c1d4a12f826fd Author: ChunEon Park <[email protected]> Date: Fri Aug 7 15:11:59 2015 +0900 config: add missing since tag in doc. --- src/lib/elm_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elm_config.h b/src/lib/elm_config.h index ce1b45c..9aa1119 100644 --- a/src/lib/elm_config.h +++ b/src/lib/elm_config.h @@ -919,7 +919,7 @@ EAPI const char *elm_config_accel_preference_get(void); * "gl", "opengl" - try use OpenGL. * "3d" - try and use a 3d acceleration unit. * "hw", "hardware", "accel" - try any acceleration unit (best possible) - * "none" - use no acceleration. try use software + * "none" - use no acceleration. try use software (since 1.16) * * Since 1.14, it is also possible to specify some GL properties for the GL * window surface. This allows applications to use GLView with depth, stencil --
