From a59da09dd8c8eb071f6c4bafec88c433a4df808a Mon Sep 17 00:00:00 2001 From: Ethan Yonker Date: Tue, 13 Oct 2015 19:35:05 -0500 Subject: Add qcom overlay graphics support to minui graphics_overlay.cpp is based on a mix of AOSP code for graphics_fbdev.cpp along with overlay graphics code from CAF that was brought into earlier versions of TWRP and then further adapted and improved before being brought into this patch set. Also added a rule to build a minuitest binary for testing the minui engine to ensure proper operation on a device. Change-Id: I3972d3a6baa7002615319421ac07d9299c3cec69 --- minui/graphics.h | 1 + 1 file changed, 1 insertion(+) (limited to 'minui/graphics.h') diff --git a/minui/graphics.h b/minui/graphics.h index 52968eb10..a4115fd50 100644 --- a/minui/graphics.h +++ b/minui/graphics.h @@ -39,5 +39,6 @@ struct minui_backend { minui_backend* open_fbdev(); minui_backend* open_adf(); minui_backend* open_drm(); +minui_backend* open_overlay(); #endif -- cgit v1.2.3