change type position Kept for ABI compatibility
authorsunghyun kim <scholb.kim@samsung.com>
Wed, 6 Dec 2017 06:55:59 +0000 (15:55 +0900)
committerJiyoun Park <jy0703.park@samsung.com>
Thu, 21 Dec 2017 13:02:35 +0000 (22:02 +0900)
Change-Id: I40891b039c45376314345956a699cf945c55b5a1

src/lib/evas/Evas_Legacy.h

index 11db45d..22dc05f 100755 (executable)
@@ -4415,10 +4415,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_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_DMABUF, /**< Wayland system based type. using dmabuf @since 1.18 */
+   EVAS_NATIVE_SURFACE_WL, /**< Wayland system based type. buffer of surface */
 } Evas_Native_Surface_Type;
 
 /**