[Scummvm-cvs-logs] CVS: scummvm/backends/null null.cpp,1.11,1.12

Max Horn fingolfin at users.sourceforge.net
Sat Feb 28 05:16:13 CET 2004


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

Modified Files:
	null.cpp 
Log Message:
renamed more OSystem methods to follow our naming scheme; renamed NewGuiColor to OverlayColor; fixed some calls to error() in the SDL backend

Index: null.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/null/null.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- null.cpp	24 Feb 2004 22:39:36 -0000	1.11
+++ null.cpp	28 Feb 2004 12:57:51 -0000	1.12
@@ -29,11 +29,11 @@
 /* NULL video driver */
 class OSystem_NULL : public OSystem {
 public:
-	void set_palette(const byte *colors, uint start, uint num) {}
+	void setPalette(const byte *colors, uint start, uint num) {}
 	void initSize(uint w, uint h);
 	void copy_rect(const byte *buf, int pitch, int x, int y, int w, int h) {}
 	void move_screen(int dx, int dy) {}
-	void update_screen() {}
+	void updateScreen() {}
 	bool show_mouse(bool visible) { return false; }
 	void set_mouse_pos(int x, int y) {}
 	void set_mouse_cursor(const byte *buf, uint w, uint h, int hotspot_x, int hotspot_y) {}





More information about the Scummvm-git-logs mailing list