Change types in MMRectType from "unsigned int" to "int". 01/160401/2 accepted/tizen/unified/20171117.060134 submit/tizen/20171116.051316
authorJeongmo Yang <jm80.yang@samsung.com>
Thu, 16 Nov 2017 05:01:38 +0000 (14:01 +0900)
committerJeongmo Yang <jm80.yang@samsung.com>
Thu, 16 Nov 2017 05:08:11 +0000 (14:08 +0900)
[Version] 0.2.108
[Profile] Common
[Issue Type] Update
[Dependency module] N/A

Change-Id: I632cbb2dde0f73f81702ea5e4c5952bd162ee469
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
include/mm_types.h
packaging/libmm-common.spec

index 3e4220f..fac2a73 100755 (executable)
@@ -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 */
index 0fd30cb..efe567d 100644 (file)
@@ -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