libhwc: no we do not support HWC background colour!
authorDanny Wood <danwood76@gmail.com>
Fri, 5 Jul 2019 12:29:42 +0000 (13:29 +0100)
committerJan Altensen <info@stricted.net>
Sun, 5 Apr 2020 10:24:53 +0000 (12:24 +0200)
libhwc/ExynosHWC.cpp

index 9bc1203ce9246e0e430c0aa0fa14c5a5a7d0e4e2..df249c56f21e87d4781b28a9fd246f947ac34170 100644 (file)
@@ -441,8 +441,8 @@ int exynos5_query(struct hwc_composer_device_1* dev, int what, int *value)
 
     switch (what) {
     case HWC_BACKGROUND_LAYER_SUPPORTED:
-        // we support the background layer
-        value[0] = 1;
+        // we do not support the background layer
+        value[0] = 0;
         break;
     case HWC_VSYNC_PERIOD:
         // vsync period in nanosecond