emulator/emulatorbsp/inc/gui.h
changeset 51 5aa1c6a27c95
parent 15 ac35e54b1f85
equal deleted inserted replaced
48:9b324b5dceff 51:5aa1c6a27c95
   284 	TInt  iCurrentMode;		   ///<Indicates the current mode when multiple modes are supported
   284 	TInt  iCurrentMode;		   ///<Indicates the current mode when multiple modes are supported
   285 	TInt  iMaxModes;
   285 	TInt  iMaxModes;
   286 	TInt  iModeDepths[KEmulMaxNumModes];
   286 	TInt  iModeDepths[KEmulMaxNumModes];
   287 	TInt iCompositionBuffers;
   287 	TInt iCompositionBuffers;
   288 	TInt iRefreshRateHz;
   288 	TInt iRefreshRateHz;
       
   289 	DWORD* iRotateBuffer;
   289 	/**
   290 	/**
   290 	The viewport owned by the screen
   291 	The viewport owned by the screen
   291 	*/
   292 	*/
   292 	TViewport iViewport;
   293 	TViewport iViewport;
   293 
   294