Add livebox type (700x172)
authorSung-jae Park <nicesj.park@samsung.com>
Thu, 2 Aug 2012 12:09:15 +0000 (21:09 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Thu, 2 Aug 2012 12:09:15 +0000 (21:09 +0900)
Change-Id: I1e57a3f8331156224fc635adccad82d854eb7df4

include/livebox.h

index c5384a7..9ce2d5b 100644 (file)
@@ -14,7 +14,7 @@ struct livebox;
  * 348x348
  * 700x348
  */
-#define NR_OF_SIZE_LIST 4
+#define NR_OF_SIZE_LIST 5
 #define DEFAULT_PERIOD -1.0f
 
 static const struct supported_size_list {
@@ -25,6 +25,7 @@ static const struct supported_size_list {
        { 348, 172 },
        { 348, 348 },
        { 700, 348 },
+       { 700, 172 },
 };
 
 enum content_event_type {