[Scummvm-cvs-logs] CVS: scummvm/backends/wince/CEgui Panel.cpp,1.6,1.7 PanelItem.cpp,1.3,1.4 PanelKeyboard.cpp,1.4,1.5
Nicolas Bacca
arisme at users.sourceforge.net
Fri Jan 28 15:54:30 CET 2005
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/backends/wince CEActionsPocket.cpp,1.7,1.8 CEActionsSmartphone.cpp,1.4,1.5 CEDevice.cpp,1.7,1.8 CEException.cpp,1.2,1.3 CEKeysDialog.cpp,1.3,1.4 wince-sdl.cpp,1.22,1.23
- Next message: [Scummvm-cvs-logs] CVS: scummvm/tools scumm-md5.txt,1.3,1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/backends/wince/CEgui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29794/CEgui
Modified Files:
Panel.cpp PanelItem.cpp PanelKeyboard.cpp
Log Message:
Update to latest branch fixes
Index: Panel.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/wince/CEgui/Panel.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Panel.cpp 1 Jan 2005 16:08:48 -0000 1.6
+++ Panel.cpp 28 Jan 2005 23:45:52 -0000 1.7
@@ -80,3 +80,4 @@
_itemsMap.clear();
}
}
+
Index: PanelItem.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/wince/CEgui/PanelItem.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- PanelItem.cpp 1 Jan 2005 16:08:48 -0000 1.3
+++ PanelItem.cpp 28 Jan 2005 23:45:52 -0000 1.4
@@ -40,4 +40,5 @@
void PanelItem::setPanel(Panel *panel) {
_panel = panel;
}
-}
\ No newline at end of file
+}
+
Index: PanelKeyboard.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/wince/CEgui/PanelKeyboard.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- PanelKeyboard.cpp 1 Jan 2005 16:08:48 -0000 1.4
+++ PanelKeyboard.cpp 28 Jan 2005 23:45:52 -0000 1.5
@@ -72,10 +72,10 @@
keyCode = 10;
}
- if (keyAscii != 0 && pushed) {
+ if (keyAscii != 0) {
_key.setAscii(keyAscii);
_key.setKeycode(tolower(keyAscii));
- return EventsBuffer::simulateKey(&_key);
+ return EventsBuffer::simulateKey(&_key, pushed);
}
else
return false;
@@ -83,4 +83,5 @@
else
return false;
}
-}
\ No newline at end of file
+}
+
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/backends/wince CEActionsPocket.cpp,1.7,1.8 CEActionsSmartphone.cpp,1.4,1.5 CEDevice.cpp,1.7,1.8 CEException.cpp,1.2,1.3 CEKeysDialog.cpp,1.3,1.4 wince-sdl.cpp,1.22,1.23
- Next message: [Scummvm-cvs-logs] CVS: scummvm/tools scumm-md5.txt,1.3,1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list