From: Changyeon Lee Date: Mon, 8 Jun 2020 02:13:01 +0000 (+0900) Subject: e_hwc_window: fix wrong height of dst_pos X-Git-Tag: submit/tizen/20200608.102012~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=edad7e0e60645da812cee6a12657aff59bbf2de1;p=platform%2Fupstream%2Fenlightenment.git e_hwc_window: fix wrong height of dst_pos Change-Id: I4f4b43d7f1fde24335621874dd51f0a9157b210c --- diff --git a/src/bin/e_hwc_window.c b/src/bin/e_hwc_window.c index d05c910e22..bf18d12ba5 100644 --- a/src/bin/e_hwc_window.c +++ b/src/bin/e_hwc_window.c @@ -1103,7 +1103,7 @@ _e_hwc_window_info_get(E_Hwc_Window *hwc_window, tdm_hwc_window_info *hwc_win_in break; default: hwc_win_info->dst_pos.w = w; - hwc_win_info->dst_pos.w = h; + hwc_win_info->dst_pos.h = h; break; }