Skip to content

Commit

Permalink
libdisplay: Set background layer buffer source
Browse files Browse the repository at this point in the history
Change-Id: If5d4475962a81dd4b22caed84bf89dbf157f5da9
  • Loading branch information
raymanfx committed Mar 20, 2017
1 parent d85571b commit 2d78239
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libdisplay/ExynosOverlayDisplay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,10 @@ void ExynosOverlayDisplay::configureOverlay(hwc_layer_1_t *layer, fb_win_config
hwc_color_t color = layer->backgroundColor;
#ifdef DECON_FB
cfg.state = cfg.DECON_WIN_STATE_COLOR;
cfg.src.x = 0;
cfg.src.y = 0;
cfg.src.w = this->mXres;
cfg.src.h = this->mYres;
cfg.dst.x = 0;
cfg.dst.y = 0;
cfg.dst.w = this->mXres;
Expand Down

0 comments on commit 2d78239

Please sign in to comment.