jpeg pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=6dd135d4c6dcbdbdb800a33e0ba9f8a70fd26278

commit 6dd135d4c6dcbdbdb800a33e0ba9f8a70fd26278
Author: Conrad Meyer <jp.an...@samsung.com>
Date:   Wed Apr 8 12:31:06 2015 +0900

    Evas GL: Add @since 1.14 flags to Evas_Native_Surface
    
    And enum
---
 src/lib/evas/Evas_Common.h | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/lib/evas/Evas_Common.h b/src/lib/evas/Evas_Common.h
index c07e8e3..7a6bbff 100644
--- a/src/lib/evas/Evas_Common.h
+++ b/src/lib/evas/Evas_Common.h
@@ -478,8 +478,8 @@ typedef enum _Evas_Native_Surface_Type
    EVAS_NATIVE_SURFACE_X11,  /**< X Window system based type. pixmap id or 
visual of the pixmap */
    EVAS_NATIVE_SURFACE_OPENGL, /**< OpenGL system based type. texture or 
framebuffer id*/
    EVAS_NATIVE_SURFACE_WL, /**< Wayland system based type. buffer of surface */
-   EVAS_NATIVE_SURFACE_TBM, /**< Tizen system based type. tbm surface  */
-   EVAS_NATIVE_SURFACE_EVASGL, /**< Evas GL based type. evas gl surface */
+   EVAS_NATIVE_SURFACE_TBM, /**< Tizen system based type. tbm surface @since 
1.14  */
+   EVAS_NATIVE_SURFACE_EVASGL, /**< Evas GL based type. evas gl surface @since 
1.14 */
 } Evas_Native_Surface_Type;
 
 /**
@@ -534,12 +534,12 @@ struct _Evas_Native_Surface
       } wl; /**< Set this struct fields if surface data is Wayland based. */
       struct
       {
-         void *buffer; /**< tbm surface buffer to use */
-      } tbm; /**< Set this struct fields if surface data is Tizen based. */
+         void *buffer; /**< tbm surface buffer to use @since 1.14 */
+      } tbm; /**< Set this struct fields if surface data is Tizen based. 
@since 1.14 */
       struct
       {
-         void *surface; /**< evas gl surface to use */
-      } evasgl; /**< Set this struct fields if surface data is Evas GL based. 
*/
+         void *surface; /**< evas gl surface to use @since 1.14 */
+      } evasgl; /**< Set this struct fields if surface data is Evas GL based. 
@since 1.14 */
    } data; /**< Choose one union data according to your surface. */
 };
 

-- 


Reply via email to