[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.413,1.414
Nicolas Bacca
arisme at users.sourceforge.net
Tue Jan 27 23:00:07 CET 2004
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/backends/wince/CEkeys CEKeys.h,NONE,1.1 Key.cpp,NONE,1.1 Key.h,NONE,1.1 KeysBuffer.cpp,NONE,1.1 KeysBuffer.h,NONE,1.1
- Next message: [Scummvm-cvs-logs] CVS: scummvm/scumm dialogs.cpp,1.102,1.103 dialogs.h,1.37,1.38
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8646
Modified Files:
simon.cpp
Log Message:
One forgotten PROP_TOGGLE_VIRTUAL_KEYBOARD
Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.413
retrieving revision 1.414
diff -u -d -r1.413 -r1.414
--- simon.cpp 6 Jan 2004 12:45:31 -0000 1.413
+++ simon.cpp 26 Jan 2004 07:42:58 -0000 1.414
@@ -46,11 +46,6 @@
#include "globals.h"
#endif
-#ifdef _WIN32_WCE
-extern bool toolbar_drawn;
-extern bool draw_keyboard;
-#endif
-
extern uint16 g_debugLevel;
struct SimonGameSettings {
@@ -2894,14 +2889,9 @@
delay(10);
} while (i == _timer_4);
-#ifdef _WIN32_WCE
-
- if (draw_keyboard) {
- draw_keyboard = false;
- toolbar_drawn = false;
- }
-
-#endif
+ OSystem::Property prop;
+ prop.show_keyboard = false;
+ g_system->property(OSystem::PROP_TOGGLE_VIRTUAL_KEYBOARD, &prop);
}
void SimonEngine::o_file_error(FillOrCopyStruct *fcs, bool save_error) {
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/backends/wince/CEkeys CEKeys.h,NONE,1.1 Key.cpp,NONE,1.1 Key.h,NONE,1.1 KeysBuffer.cpp,NONE,1.1 KeysBuffer.h,NONE,1.1
- Next message: [Scummvm-cvs-logs] CVS: scummvm/scumm dialogs.cpp,1.102,1.103 dialogs.h,1.37,1.38
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list