Change-Id: I1abe2971ddb7e37bb7fbbe6905cd866e212e1ebb
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
return qemu_console_get_height(NULL, initial_resolution_height);
#else
if (display_type == DT_MARU_QT_ONSCREEN ||
- display_type == DT_MARU_QT_OFFSCREEN,
- initial_resolution_height) {
- return qemu_console_get_height(NULL, -1);
+ display_type == DT_MARU_QT_OFFSCREEN) {
+ return qemu_console_get_height(NULL, initial_resolution_height);
}
if (initial_resolution_height == -1) {
set_resolution_legacy();