[Scummvm-cvs-logs] CVS: scummvm/common system.h,1.2,1.3

Michael Pearce chuzwuzza at users.sourceforge.net
Sun Sep 8 22:57:04 CEST 2002


Update of /cvsroot/scummvm/scummvm/common
In directory usw-pr-cvs1:/tmp/cvs-serv24674/common

Modified Files:
	system.h 
Log Message:
Applied roever's screen effects patch (#602595) and fixed LethalWP's Makefile ;)


Index: system.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/system.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- system.h	8 Sep 2002 01:08:11 -0000	1.2
+++ system.h	9 Sep 2002 05:56:10 -0000	1.3
@@ -92,6 +92,10 @@
 	// The screen will not be updated to reflect the new bitmap
 	virtual void copy_rect(const byte *buf, int pitch, int x, int y, int w, int h) = 0;
 
+	// Moves the screen content around by the given amount of pixels
+	// but only the top height pixel rows, the rest stays untouched
+	virtual void move_screen(int dx, int dy, int height) = 0;
+
 	// Update the dirty areas of the screen
 	virtual void update_screen() = 0;
 





More information about the Scummvm-git-logs mailing list