From 3d7f0cb3d9724eb4a45611127e0986538e838964 Mon Sep 17 00:00:00 2001 From: Teng-Hui Zhu Date: Thu, 12 Apr 2012 09:57:04 -0700 Subject: Update header for forward compatibility Change-Id: Idf38142dc073dce14741e8da005e7d2eaf9242de --- include/private/hwui/DrawGlInfo.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/private/hwui/DrawGlInfo.h b/include/private/hwui/DrawGlInfo.h index 8028bf3..e33823e 100644 --- a/include/private/hwui/DrawGlInfo.h +++ b/include/private/hwui/DrawGlInfo.h @@ -31,6 +31,10 @@ struct DrawGlInfo { int clipRight; int clipBottom; + // Input: current width/height of destination surface + int width; + int height; + // Input: is the render target an FBO bool isLayer; -- cgit v1.1