projects
/
profile
/
wearable
/
apps
/
native
/
w3-home.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6f63c1
)
Support for resolution 440x440 added
29/213529/1
submit/tizen/20190909.062841
author
prachi kumar
<prachi.kumar@samsung.com>
Fri, 6 Sep 2019 16:35:15 +0000
(22:05 +0530)
committer
prachi kumar
<prachi.kumar@samsung.com>
Fri, 6 Sep 2019 16:35:15 +0000
(22:05 +0530)
Change-Id: Ifb88f46df08caf208a2ed08bf13691897e4952cd
src/common_conf.c
patch
|
blob
|
history
diff --git
a/src/common_conf.c
b/src/common_conf.c
index 1d0b06168a8812603943f01747dcad6f097fed26..53c02654da3ad389af19ddf20c071f2bebde265c 100755
(executable)
--- a/
src/common_conf.c
+++ b/
src/common_conf.c
@@
-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)
{