[Scummvm-cvs-logs] CVS: scummvm/scumm dialogs.cpp,1.140,1.141

Torbjörn Andersson eriktorbjorn at users.sourceforge.net
Wed May 18 07:12:53 CEST 2005


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30146/scumm

Modified Files:
	dialogs.cpp 
Log Message:
Some more scaling work. Parts of the options dialogs scale themselves. Some
of them better than others.


Index: dialogs.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/dialogs.cpp,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -d -r1.140 -r1.141
--- dialogs.cpp	18 May 2005 09:41:13 -0000	1.140
+++ dialogs.cpp	18 May 2005 14:11:53 -0000	1.141
@@ -572,7 +572,7 @@
 	// Sound controllers
 	//
 
-	yoffset = addVolumeControls(this, yoffset) + 4;
+	yoffset = addVolumeControls(this, yoffset, ws) + 4;
 
 	//
 	// Some misc options





More information about the Scummvm-git-logs mailing list