Update Easymode DBox size.
authorSung-jae Park <nicesj.park@samsung.com>
Fri, 21 Jun 2013 11:06:07 +0000 (20:06 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Fri, 21 Jun 2013 11:06:07 +0000 (20:06 +0900)
Change-Id: I9a63f4306f9277855db2fd0fda1451522737a261

packaging/liblivebox-service.spec
src/livebox-service.c

index ed08b96..0e1ae42 100644 (file)
@@ -1,6 +1,6 @@
 Name: liblivebox-service
 Summary: Service API for gathering installed livebox information.
-Version: 0.4.7
+Version: 0.4.8
 Release: 1
 Group: HomeTF/Livebox
 License: Flora License
index 8d0e62c..dbac7d7 100644 (file)
@@ -60,9 +60,9 @@ static struct supported_size_list {
        { 712, 712 }, /*!< 4x4 */
        { 712, 891 }, /*!< 4x5 */
        { 712, 1070 }, /*!< 4x6 */
-       { 207, 207 }, /*!< 21x21 */
-       { 645, 207 }, /*!< 23x21 */
-       { 645, 645 }, /*!< 23x23 */
+       { 216, 207 }, /*!< 21x21 */
+       { 672, 207 }, /*!< 23x21 */
+       { 672, 672 }, /*!< 23x23 */
        { 720, 1280 }, /*!< 0x0 */
 };
 
@@ -343,13 +343,13 @@ static inline int convert_size_from_type(enum livebox_size_type type, int *width
        case LB_SIZE_TYPE_4x6: /*!< 712x1070 */
                idx = 8;
                break;
-       case LB_SIZE_TYPE_EASY_1x1: /*< 207x207 */
+       case LB_SIZE_TYPE_EASY_1x1: /*< 216x207 */
                idx = 9;
                break;
-       case LB_SIZE_TYPE_EASY_3x1: /*!< 645x207 */
+       case LB_SIZE_TYPE_EASY_3x1: /*!< 672x207 */
                idx = 10;
                break;
-       case LB_SIZE_TYPE_EASY_3x3: /*!< 645x645 */
+       case LB_SIZE_TYPE_EASY_3x3: /*!< 672x672 */
                idx = 11;
                break;
        case LB_SIZE_TYPE_0x0: /*!< 720x1280 */