for test base_resolution2
authorSooChan Lim <sc1.lim@samsung.com>
Tue, 23 Apr 2019 08:07:53 +0000 (17:07 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Mon, 29 Apr 2019 06:23:44 +0000 (15:23 +0900)
Change-Id: I094fc4a5bdc12800d73caaf16b19862d256f1230

src/bin/e_config.c

index e2112c232f04382c3d597013106a745506331161..148393f5faa8b6f772b57c3b6f03b94d51a337a1 100644 (file)
@@ -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;
 }