projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9014d8a
)
for test
author
SooChan Lim
<sc1.lim@samsung.com>
Tue, 23 Apr 2019 08:07:53 +0000
(17:07 +0900)
committer
SooChan Lim
<sc1.lim@samsung.com>
Wed, 24 Apr 2019 01:09:18 +0000
(10:09 +0900)
Change-Id: I094fc4a5bdc12800d73caaf16b19862d256f1230
src/bin/e_config.c
patch
|
blob
|
history
diff --git
a/src/bin/e_config.c
b/src/bin/e_config.c
index e2112c232f04382c3d597013106a745506331161..148393f5faa8b6f772b57c3b6f03b94d51a337a1 100644
(file)
--- a/
src/bin/e_config.c
+++ b/
src/bin/e_config.c
@@
-337,6
+337,13
@@
e_config_init(void)
e_config_save_queue();
_idle_enter = ecore_idle_enterer_add(_e_config_idle_cb, NULL);
+
+// For CONGIURED OUTPUT TEST
+#if 1
+e_config->configured_output_resolution.use = 1;
+e_config->configured_output_resolution.w = 1920;
+e_config->configured_output_resolution.h = 1080;
+#endif
return 1;
}