diff -r 72dc595b34a8 -r 1c0a769d0cc5 mdfdevvideoextensions/nga_mdf_postprocessor/inc/NGAPostProcHwDevice.h --- a/mdfdevvideoextensions/nga_mdf_postprocessor/inc/NGAPostProcHwDevice.h Fri May 14 17:22:44 2010 +0300 +++ b/mdfdevvideoextensions/nga_mdf_postprocessor/inc/NGAPostProcHwDevice.h Thu May 27 14:24:04 2010 +0300 @@ -1069,7 +1069,10 @@ TInt iVideoFrameBufSize; TBool iResourceLost; TBool iRedrawDone; - + // Flag to indicate that the redraw surface has been created, and + // can be used in a subsequent call ro Redraw() + TBool iRedrawSurfaceInUse; + //-- members for buffer management -- MMmfVideoBufferManagementObserver* iVBMObserver; TBufferOptions iVBMBufferOptions;