From 00e8c7a88a5b9c4104a71013a713acd3e4d3b77b Mon Sep 17 00:00:00 2001 From: Mathias Agopian Date: Tue, 4 Sep 2012 19:30:46 -0700 Subject: display projection API now has a single function instead of 3 Change-Id: I9bf46d372b77d547486d4bbe6f1953ec8c65e98f --- include/private/gui/LayerState.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'include/private') diff --git a/include/private/gui/LayerState.h b/include/private/gui/LayerState.h index 65d9eb3..a7eb48c 100644 --- a/include/private/gui/LayerState.h +++ b/include/private/gui/LayerState.h @@ -107,11 +107,9 @@ struct DisplayState { }; enum { - eSurfaceChanged = 0x01, - eLayerStackChanged = 0x02, - eOrientationChanged = 0x04, - eViewportChanged = 0x08, - eFrameChanged = 0x10 + eSurfaceChanged = 0x01, + eLayerStackChanged = 0x02, + eDisplayProjectionChanged = 0x04 }; uint32_t what; -- cgit v1.1