From 940eff8adcd227152db0eeffb16d5c55458fe943 Mon Sep 17 00:00:00 2001 From: Jeongmo Yang Date: Thu, 16 Nov 2017 14:01:38 +0900 Subject: [PATCH] Change types in MMRectType from "unsigned int" to "int". [Version] 0.2.108 [Profile] Common [Issue Type] Update [Dependency module] N/A Change-Id: I632cbb2dde0f73f81702ea5e4c5952bd162ee469 Signed-off-by: Jeongmo Yang --- include/mm_types.h | 8 ++++---- packaging/libmm-common.spec | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/include/mm_types.h b/include/mm_types.h index 3e4220f..fac2a73 100755 --- a/include/mm_types.h +++ b/include/mm_types.h @@ -444,10 +444,10 @@ typedef struct { * This will be deprecated. */ typedef struct { - unsigned int x; /**< Start x point */ - unsigned int y; /**< Start y point */ - unsigned int width; /**< width */ - unsigned int height; /**< Height */ + int x; /**< Start x point */ + int y; /**< Start y point */ + int width; /**< width */ + int height; /**< height */ } MMRectType; #define BT_ADDR_LEN 18 /**< Length of BT address */ diff --git a/packaging/libmm-common.spec b/packaging/libmm-common.spec index 0fd30cb..efe567d 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.107 +Version: 0.2.108 Release: 0 Group: Multimedia/Libraries License: Apache-2.0 -- 2.7.4