graphicsdeviceinterface/screendriver/sgeneric/scnew.cpp
branchRCL_3
changeset 33 25f95128741d
parent 26 15986eb6c500
child 163 bbf46f59e123
equal deleted inserted replaced
26:15986eb6c500 33:25f95128741d
   274  @return a 16M display mode or ENone.
   274  @return a 16M display mode or ENone.
   275  ENone - it means that current hardware doesn't have 16M color mode.
   275  ENone - it means that current hardware doesn't have 16M color mode.
   276 */
   276 */
   277 EXPORT_C TDisplayMode CFbsDrawDevice::DisplayMode16M()
   277 EXPORT_C TDisplayMode CFbsDrawDevice::DisplayMode16M()
   278 	{
   278 	{
   279 	return EColor16MAP;
   279 	return EColor16MA;
   280 	}
   280 	}
   281 
   281 
   282 
   282 
   283 /**
   283 /**
   284 Complete construction of the helper object.
   284 Complete construction of the helper object.