From 68c33a6e195c5ae966db6790daaccfa80d3c9c86 Mon Sep 17 00:00:00 2001 From: Changyeon Lee Date: Fri, 10 Jul 2015 11:47:57 +0900 Subject: [PATCH] Fix since tizen version Change-Id: I5d49702b52aee3a79d73c797dab1ddee9e45dabe Signed-off-by: Changyeon Lee --- src/tbm_surface_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tbm_surface_internal.h b/src/tbm_surface_internal.h index 44b31c6..cc94cdb 100755 --- a/src/tbm_surface_internal.h +++ b/src/tbm_surface_internal.h @@ -304,7 +304,7 @@ int tbm_surface_internal_get_bpp (tbm_format format); /** * @brief Gets bo index of plane. - * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif + * @since_tizen 2.4 * @param[in] surface : the tbm_surface_h * @param[in] plane_idx : the bo index in the the tbm_surface * @return bo index of plane, otherwise -1. -- 2.7.4