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

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Tue Oct 6 21:47:12 CEST 2009


Revision: 44715
          http://scummvm.svn.sourceforge.net/scummvm/?rev=44715&view=rev
Author:   m_kiewitz
Date:     2009-10-06 19:47:12 +0000 (Tue, 06 Oct 2009)

Log Message:
-----------
SCI/newgui: changed menuPort to one pixel less

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

Modified: scummvm/trunk/engines/sci/gui/gui_gfx.cpp
===================================================================
--- scummvm/trunk/engines/sci/gui/gui_gfx.cpp	2009-10-06 19:22:59 UTC (rev 44714)
+++ scummvm/trunk/engines/sci/gui/gui_gfx.cpp	2009-10-06 19:47:12 UTC (rev 44715)
@@ -59,7 +59,7 @@
 	OpenPort(_menuPort);
 	SetFont(0);
 	_menuPort->rect = Common::Rect(0, 0, _screen->_width, _screen->_height);
-	_menuRect = Common::Rect(0, 0, _screen->_width, 10);
+	_menuRect = Common::Rect(0, 0, _screen->_width, 9);
 
 //	HEAPHANDLE theMenuBarH = heapNewPtr(34, kDataPort, "MenuBar");
 //	heapClearPtr(theMenuBarH);


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