commit | b0425385b13c7ab07082e7fa32ace826c5bf7b40 | [log] [tgz] |
---|---|---|
author | Dees Troy <dees_troy@teamw.in> | Thu Apr 03 00:10:03 2014 +0000 |
committer | Dees Troy <dees_troy@teamw.in> | Thu Apr 03 00:10:03 2014 +0000 |
tree | bf879713c5eeabaa53b00e366e12f091f0a9d570 | |
parent | 924a80b7b3262cf635dccab7ab857e5eae7c7fd3 [diff] |
Fix overlay graphics detection Change-Id: Ic1ef3f6a4e9c74efb07d8a0103543d124567f0d4
diff --git a/minuitwrp/graphics.c b/minuitwrp/graphics.c index bd611b3..594592d 100644 --- a/minuitwrp/graphics.c +++ b/minuitwrp/graphics.c
@@ -246,11 +246,13 @@ return -1; } +#ifdef MSM_BSP has_overlay = target_has_overlay(fi.id); -#ifdef MSM_BSP if (isTargetMdp5()) setDisplaySplit(); +#else + has_overlay = false; #endif if (!has_overlay) {