From 400326970a608ef9f6c96555b9398a86114ccb6c Mon Sep 17 00:00:00 2001 From: Jeongmo Yang Date: Tue, 26 Jan 2016 13:35:21 +0900 Subject: [PATCH] Add new display type and remove X related display enum Change-Id: I605157adef359c2fe65426099ea3116cd9d680f3 Signed-off-by: Jeongmo Yang --- include/mm_types.h | 3 +-- packaging/libmm-common.spec | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/include/mm_types.h b/include/mm_types.h index a4d644f..bb31da0 100644 --- a/include/mm_types.h +++ b/include/mm_types.h @@ -86,11 +86,10 @@ enum MMAudioDeviceType { * Enumerations of display surfaces. */ typedef enum { - MM_DISPLAY_SURFACE_X, /**< X surface - default */ + MM_DISPLAY_SURFACE_OVERLAY, /**< Overlay surface - default */ MM_DISPLAY_SURFACE_EVAS, /**< Evas object surface */ MM_DISPLAY_SURFACE_GL, /**< GL surface */ MM_DISPLAY_SURFACE_NULL, /**< This just disposes of buffers */ - MM_DISPLAY_SURFACE_X_EXT, /**< X extension surface - for OSP videotexture(using multi-xpixmap) */ MM_DISPLAY_SURFACE_REMOTE, /**< Daemon client surface */ MM_DISPLAY_SURFACE_NUM, /**< number of enum */ } MMDisplaySurfaceType; diff --git a/packaging/libmm-common.spec b/packaging/libmm-common.spec index f5f9f14..510e6df 100644 --- a/packaging/libmm-common.spec +++ b/packaging/libmm-common.spec @@ -1,6 +1,6 @@ Name: libmm-common Summary: Multimedia Framework Common Lib -Version: 0.2.94 +Version: 0.2.95 Release: 0 Group: Multimedia/Libraries License: Apache-2.0 -- 2.7.4