From 2c68dd0483dd4f7b211bea32652d42c3c7cd602c Mon Sep 17 00:00:00 2001 From: Mathias Agopian Date: Wed, 16 Sep 2009 17:00:19 -0700 Subject: fix again [2102410] Home Screen is not displayed in the background in Landscape Mode --- libs/surfaceflinger/LayerBlur.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libs/surfaceflinger/LayerBlur.h') diff --git a/libs/surfaceflinger/LayerBlur.h b/libs/surfaceflinger/LayerBlur.h index bf36ae4..2e9d7c6 100644 --- a/libs/surfaceflinger/LayerBlur.h +++ b/libs/surfaceflinger/LayerBlur.h @@ -59,6 +59,9 @@ private: mutable GLfloat mWidthScale; mutable GLfloat mHeightScale; mutable GLfloat mYOffset; + mutable GLint mReadFormat; + mutable GLint mReadType; + mutable uint32_t mBlurFormat; }; // --------------------------------------------------------------------------- -- cgit v1.1