change type position Kept for ABI compatibility 32/60632/1
authorsunghyun kim <scholb.kim@samsung.com>
Mon, 29 Feb 2016 11:22:02 +0000 (20:22 +0900)
committersunghyun kim <scholb.kim@samsung.com>
Mon, 29 Feb 2016 11:23:28 +0000 (20:23 +0900)
change EVAS_NATIVE_SURFACE_WL's position 3 to 6 for keep ABI compatibility
Change-Id: Iab9be58e1113b2156060089b816f3cb97cc53edb

src/lib/evas/Evas_Common.h

index 5c8992a..a32d674 100755 (executable)
@@ -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;
 
 /**