[Scummvm-cvs-logs] SF.net SVN: scummvm:[45662] scummvm/trunk/engines/sci/gui32

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Wed Nov 4 13:57:11 CET 2009


Revision: 45662
          http://scummvm.svn.sourceforge.net/scummvm/?rev=45662&view=rev
Author:   m_kiewitz
Date:     2009-11-04 12:57:11 +0000 (Wed, 04 Nov 2009)

Log Message:
-----------
SCI: forgot to adjust gui32 as well

Modified Paths:
--------------
    scummvm/trunk/engines/sci/gui32/gui32.cpp
    scummvm/trunk/engines/sci/gui32/gui32.h

Modified: scummvm/trunk/engines/sci/gui32/gui32.cpp
===================================================================
--- scummvm/trunk/engines/sci/gui32/gui32.cpp	2009-11-04 12:54:27 UTC (rev 45661)
+++ scummvm/trunk/engines/sci/gui32/gui32.cpp	2009-11-04 12:57:11 UTC (rev 45662)
@@ -2992,7 +2992,7 @@
 	gfxop_get_event(_s->gfx_state, SCI_EVT_PEEK);
 }
 
-void SciGui32::modifyPriorityBands(int top, int bottom) {
+void SciGui32::graphAdjustPriority(int top, int bottom) {
 	_s->priority_first = top;
 	_s->priority_last = bottom;
 }

Modified: scummvm/trunk/engines/sci/gui32/gui32.h
===================================================================
--- scummvm/trunk/engines/sci/gui32/gui32.h	2009-11-04 12:54:27 UTC (rev 45661)
+++ scummvm/trunk/engines/sci/gui32/gui32.h	2009-11-04 12:57:11 UTC (rev 45662)
@@ -83,6 +83,7 @@
 	void graphRestoreBox(reg_t handle);
 	void graphUpdateBox(Common::Rect);
 	void graphRedrawBox(Common::Rect);
+	void graphAdjustPriority(int top, int bottom);
 
 	int16 picNotValid(int16 newPicNotValid);
 
@@ -105,8 +106,6 @@
 	void setCursorPos(Common::Point pos);
 	void moveCursor(Common::Point pos);
 
-	void modifyPriorityBands(int top, int bottom);
-
 	bool debugUndither(bool flag);
 	bool debugShowMap(int mapNo);
 


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