commit | 783cb4dcfef5eb0822460107e6d9eff0bd2e2f7c | [log] [tgz] |
---|---|---|
author | Ucan, Emre (ADITG/SW1) <eucan@de.adit-jv.com> | Thu Mar 17 14:36:51 2016 +0000 |
committer | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | Fri Mar 18 12:41:15 2016 +0200 |
tree | 60ddb941f04c900bc274c9652283bfa99fb8f1a5 | |
parent | aab1d368831c417b6cfc9df9ce8084286448ab86 [diff] |
hmi-controller: fix wrong background surface size In current implementation, the size of the first application layer is used for the background image of a display. This is wrong because: 1. The background surface should be fullscreen. 2. Each display could have different resolution. We should use the size of the base layer of each display for the background image. Signed-off-by: Emre Ucan <eucan@de.adit-jv.com> Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>