[Scummvm-cvs-logs] SF.net SVN: scummvm:[42332] scummvm/branches/gsoc2009-16bit/engines/engine. h
upthorn at users.sourceforge.net
upthorn at users.sourceforge.net
Fri Jul 10 12:47:25 CEST 2009
Revision: 42332
http://scummvm.svn.sourceforge.net/scummvm/?rev=42332&view=rev
Author: upthorn
Date: 2009-07-10 10:47:25 +0000 (Fri, 10 Jul 2009)
Log Message:
-----------
updated comment on initGraphics as I should have done before commiting r42330.
Modified Paths:
--------------
scummvm/branches/gsoc2009-16bit/engines/engine.h
Modified: scummvm/branches/gsoc2009-16bit/engines/engine.h
===================================================================
--- scummvm/branches/gsoc2009-16bit/engines/engine.h 2009-07-10 10:45:15 UTC (rev 42331)
+++ scummvm/branches/gsoc2009-16bit/engines/engine.h 2009-07-10 10:47:25 UTC (rev 42332)
@@ -61,6 +61,8 @@
* mode.
*
* Defaults to 256 color paletted mode if no graphics format is provided.
+ * Uses the backend's preferred format if graphics format pointer is NULL.
+ * Finds the best compatible format if a list of graphics formats is provided.
*/
void initGraphics(int width, int height, bool defaultTo1xScaler);
void initGraphics(int width, int height, bool defaultTo1xScaler, const Graphics::PixelFormat *format);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list