[Scummvm-cvs-logs] CVS: scummvm gui.cpp,1.67,1.68

Nicolas Bacca arisme at users.sourceforge.net
Sun Aug 4 16:25:02 CEST 2002


Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv17276

Modified Files:
	gui.cpp 
Log Message:
Reduce the g0re level of the quit button for WinCE

Index: gui.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui.cpp,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- gui.cpp	4 Aug 2002 21:52:40 -0000	1.67
+++ gui.cpp	4 Aug 2002 23:24:02 -0000	1.68
@@ -42,6 +42,7 @@
 extern struct keyops keyMapping;
 extern void save_key_mapping(void);
 extern void do_hide(bool);
+extern void do_quit();
 uint16 _key_mapping_required;
 uint16 _current_page;
 bool keyboard_override;
@@ -851,6 +852,9 @@
 		close();
 		return;
 	case 6:											/* quit button */
+#ifdef _WIN32_WCE
+		do_quit();
+#endif
 		exit(1);
 		return;
 	case 7:											/* cancel button */





More information about the Scummvm-git-logs mailing list