mirror of
https://github.com/team-infusion-developers/android_hardware_samsung.git
synced 2024-11-06 21:55:41 +00:00
exynos4: hwc: fix typo
Change-Id: I7dcbccfa1d5911e3935b6525d277efc831655d79
This commit is contained in:
parent
20802225e8
commit
418331950b
1 changed files with 1 additions and 1 deletions
|
@ -587,7 +587,7 @@ void assignWindows(hwc_context_t *ctx, hwc_display_contents_1_t *contents)
|
|||
ctx->win[nextWindow].rect_info.x = layer.displayFrame.left;
|
||||
ctx->win[nextWindow].rect_info.y = layer.displayFrame.top;
|
||||
ctx->win[nextWindow].rect_info.w = WIDTH(layer.displayFrame);
|
||||
ctx->win[nextWindow].rect_info.w = HEIGHT(layer.displayFrame);
|
||||
ctx->win[nextWindow].rect_info.h = HEIGHT(layer.displayFrame);
|
||||
|
||||
window_buffer_allocate(ctx, &ctx->win[nextWindow]);
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue