Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Update header for forward compatibility
Browse files Browse the repository at this point in the history
Change-Id: Idf38142dc073dce14741e8da005e7d2eaf9242de
  • Loading branch information
Teng-Hui Zhu authored and Jean-Baptiste Queru committed Apr 12, 2012
1 parent 544f89a commit 3d7f0cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/private/hwui/DrawGlInfo.h
Expand Up @@ -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;

Expand Down

0 comments on commit 3d7f0cb

Please sign in to comment.