[Scummvm-cvs-logs] CVS: scummvm/common system.h,1.51,1.52

Nicolas Bacca arisme at users.sourceforge.net
Sat Jan 17 06:33:02 CET 2004


Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1:/tmp/cvs-serv15105

Modified Files:
	system.h 
Log Message:
Cleaner virtual keyboard support for the new CE backend, coming soon

Index: system.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/system.h,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- system.h	16 Jan 2004 16:28:56 -0000	1.51
+++ system.h	17 Jan 2004 14:32:22 -0000	1.52
@@ -100,13 +100,15 @@
 		PROP_TOGGLE_ASPECT_RATIO,
 		PROP_TOGGLE_MOUSE_GRAB,
 		PROP_WANT_RECT_OPTIM,
-		PROP_HAS_SCALER
+		PROP_HAS_SCALER,
+		PROP_TOGGLE_VIRTUAL_KEYBOARD
 	};
 	union Property {
 		const char *caption;
 		int cd_num;
 		int gfx_mode;
 		bool show_cursor;
+		bool show_keyboard;
 	};
 	
 	enum SoundFormat {





More information about the Scummvm-git-logs mailing list