Support for resolution 440x440 added 29/213529/1 submit/tizen/20190909.062841
authorprachi kumar <prachi.kumar@samsung.com>
Fri, 6 Sep 2019 16:35:15 +0000 (22:05 +0530)
committerprachi kumar <prachi.kumar@samsung.com>
Fri, 6 Sep 2019 16:35:15 +0000 (22:05 +0530)
Change-Id: Ifb88f46df08caf208a2ed08bf13691897e4952cd

src/common_conf.c

index 1d0b06168a8812603943f01747dcad6f097fed26..53c02654da3ad389af19ddf20c071f2bebde265c 100755 (executable)
@@ -22,7 +22,7 @@ static int window_height = 360;
 static double resolution_scale_h = 1.0;
 static double resolution_scale_w = 1.0;
 
-static int supported_resolution[10][2] = { {320, 320}, {360, 360}, {360, 480}, {0, 0}, };
+static int supported_resolution[10][2] = { {320, 320}, {360, 360}, {360, 480}, {440, 440}, {0, 0}, };
 
 int _get_window_h(void)
 {