[Scummvm-cvs-logs] SF.net SVN: scummvm:[44722] scummvm/trunk/engines/sci/gui/gui_gfx.h

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Wed Oct 7 00:13:46 CEST 2009


Revision: 44722
          http://scummvm.svn.sourceforge.net/scummvm/?rev=44722&view=rev
Author:   thebluegr
Date:     2009-10-06 22:13:46 +0000 (Tue, 06 Oct 2009)

Log Message:
-----------
Updated the parameter names of FillRect()

Modified Paths:
--------------
    scummvm/trunk/engines/sci/gui/gui_gfx.h

Modified: scummvm/trunk/engines/sci/gui/gui_gfx.h
===================================================================
--- scummvm/trunk/engines/sci/gui/gui_gfx.h	2009-10-06 21:41:20 UTC (rev 44721)
+++ scummvm/trunk/engines/sci/gui/gui_gfx.h	2009-10-06 22:13:46 UTC (rev 44722)
@@ -68,7 +68,7 @@
 	void InvertRect(const Common::Rect &rect);
 	void EraseRect(const Common::Rect &rect);
 	void PaintRect(const Common::Rect &rect);
-	void FillRect(const Common::Rect &rect, int16 arg2, byte clrPen, byte clrBack = 0, byte bControl = 0);
+	void FillRect(const Common::Rect &rect, int16 drawFlags, byte clrPen, byte clrBack = 0, byte bControl = 0);
 	void FrameRect(const Common::Rect &rect);
 	void OffsetRect(Common::Rect &r);
 


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