Oops I apparently screwed up my git config and changed my local author by
mistake.


On Wed, Apr 8, 2015 at 3:25 PM, Conrad Meyer <jp.an...@samsung.com> wrote:

> 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. */
>  };
>
>
> --
>
>
>


-- 
Jean-Philippe André
------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to