[Scummvm-cvs-logs] CVS: scummvm/backends/wince wince-sdl.cpp,1.14,1.15 wince-sdl.h,1.10,1.11

Max Horn fingolfin at users.sourceforge.net
Tue Sep 28 13:27:27 CEST 2004


Update of /cvsroot/scummvm/scummvm/backends/wince
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3612/backends/wince

Modified Files:
	wince-sdl.cpp wince-sdl.h 
Log Message:
Rename remaining OSystem methods to match our coding guidelines

Index: wince-sdl.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/wince/wince-sdl.cpp,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- wince-sdl.cpp	30 May 2004 13:24:51 -0000	1.14
+++ wince-sdl.cpp	28 Sep 2004 20:19:24 -0000	1.15
@@ -1290,7 +1290,7 @@
 // FIXME
 // See if some SDL mapping can be useful for HPCs
 
-bool OSystem_WINCE3::poll_event(Event *event) {
+bool OSystem_WINCE3::pollEvent(Event &event) {
 	SDL_Event ev;
 	byte b = 0;
 	Event temp_event;

Index: wince-sdl.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/wince/wince-sdl.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- wince-sdl.h	30 May 2004 13:30:29 -0000	1.10
+++ wince-sdl.h	28 Sep 2004 20:19:24 -0000	1.11
@@ -46,7 +46,7 @@
 	void initSize(uint w, uint h);
 
 	// Overloaded from SDL_Common (toolbar handling)
-	bool poll_event(Event *event);
+	bool pollEvent(Event &event);
 	// Overloaded from SDL_Common (toolbar handling)
 	void draw_mouse();
 	// Overloaded from SDL_Common (mouse and new scaler handling)





More information about the Scummvm-git-logs mailing list