summaryrefslogtreecommitdiff
path: root/moorefield_hdmi
diff options
context:
space:
mode:
Diffstat (limited to 'moorefield_hdmi')
-rwxr-xr-xmoorefield_hdmi/common/base/HwcLayerList.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moorefield_hdmi/common/base/HwcLayerList.cpp b/moorefield_hdmi/common/base/HwcLayerList.cpp
index 5185e98..ca5e85d 100755
--- a/moorefield_hdmi/common/base/HwcLayerList.cpp
+++ b/moorefield_hdmi/common/base/HwcLayerList.cpp
@@ -169,7 +169,7 @@ bool HwcLayerList::checkRgbOverlaySupported(HwcLayer *hwcLayer)
if (srcW != dstW || srcH != dstH) {
return false;
}
- return true;
+ return false;
}
bool HwcLayerList::checkCursorSupported(HwcLayer *hwcLayer)