tvout/tvoutengine/inc/glxhdmicontroller.h
changeset 40 112f0ac2d1f0
parent 26 c499df2dbb33
child 33 1ee2af37811f
--- a/tvout/tvoutengine/inc/glxhdmicontroller.h	Mon May 03 12:31:32 2010 +0300
+++ b/tvout/tvoutengine/inc/glxhdmicontroller.h	Mon May 03 00:53:50 2010 +0530
@@ -20,7 +20,6 @@
 
 // Internal includes
 #include <mglxtvobserver.h>     // for inteface MGlxTvObserver
-#include <fbs.h>
 
 class CGlxHdmiContainer;
 class CGlxHdmiSurfaceUpdater;
@@ -128,7 +127,8 @@
     CGlxHdmiContainer*      iHdmiContainer;
     CGlxHdmiSurfaceUpdater* iSurfaceUpdater;
     CGlxTv*  iGlxTvOut;
-    TBool iIsImageSupported;
+    TBool   iIsImageSupported;          // Flag to see if Image is supported
+    TBool   iIsPostingMode;             // Flag for determining if the image needs to be in posting mode
     };
 
 #endif /* GLXHDMICONTROLLER_H_ */