[Scummvm-cvs-logs] CVS: scummvm/gui ListWidget.h,1.12,1.13 console.h,1.11,1.12 newgui.h,1.21,1.22 widget.h,1.12,1.13

Max Horn fingolfin at users.sourceforge.net
Tue Dec 24 16:39:04 CET 2002


Update of /cvsroot/scummvm/scummvm/gui
In directory sc8-pr-cvs1:/tmp/cvs-serv21930

Modified Files:
	ListWidget.h console.h newgui.h widget.h 
Log Message:
more -pedantic warnings fixed

Index: ListWidget.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/ListWidget.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- ListWidget.h	22 Nov 2002 14:02:30 -0000	1.12
+++ ListWidget.h	25 Dec 2002 00:38:34 -0000	1.13
@@ -37,7 +37,7 @@
 enum {
 	kListItemDoubleClickedCmd	= 'LIdb',	// double click on item - 'data' will be item index
 	kListItemActivatedCmd		= 'LIac',	// item activated by return/enter - 'data' will be item index
-	kListSelectionChangedCmd	= 'Lsch',	// selection changed - 'data' will be item index
+	kListSelectionChangedCmd	= 'Lsch'	// selection changed - 'data' will be item index
 };
 
 /* ListWidget */

Index: console.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/console.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- console.h	15 Dec 2002 02:24:32 -0000	1.11
+++ console.h	25 Dec 2002 00:38:34 -0000	1.12
@@ -31,7 +31,7 @@
 	kLineBufferSize = 256,
 	kCharWidth = 8,
 
-	kHistorySize = 20,
+	kHistorySize = 20
 };
 
 class ScrollBarWidget;

Index: newgui.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/newgui.h,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- newgui.h	14 Dec 2002 16:07:26 -0000	1.21
+++ newgui.h	25 Dec 2002 00:38:34 -0000	1.22
@@ -40,7 +40,7 @@
 enum {
 	kTextAlignLeft,
 	kTextAlignCenter,
-	kTextAlignRight,
+	kTextAlignRight
 };
 
 // Extremly simple stack class, doesn't even do any error checking (for now)

Index: widget.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/widget.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- widget.h	13 Dec 2002 21:43:46 -0000	1.12
+++ widget.h	25 Dec 2002 00:38:34 -0000	1.13
@@ -55,7 +55,7 @@
 
 enum {
 	kButtonWidth = 56,
-	kButtonHeight = 16,
+	kButtonHeight = 16
 };
 
 





More information about the Scummvm-git-logs mailing list