From 9c893da527aa124ffe2f1b95753854208631b512 Mon Sep 17 00:00:00 2001 From: sunghyun kim Date: Mon, 29 Feb 2016 20:22:02 +0900 Subject: [PATCH] change type position Kept for ABI compatibility change EVAS_NATIVE_SURFACE_WL's position 3 to 6 for keep ABI compatibility Change-Id: Iab9be58e1113b2156060089b816f3cb97cc53edb --- src/lib/evas/Evas_Common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/evas/Evas_Common.h b/src/lib/evas/Evas_Common.h index 5c8992a..a32d674 100755 --- a/src/lib/evas/Evas_Common.h +++ b/src/lib/evas/Evas_Common.h @@ -305,10 +305,10 @@ typedef enum _Evas_Native_Surface_Type EVAS_NATIVE_SURFACE_NONE, /**< No 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_TIZEN, /**< @deprecated Kept for ABI compatibility. DO NOT USE. */ 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_WL, /**< Wayland system based type. buffer of surface */ } Evas_Native_Surface_Type; /** -- 2.7.4