[Scummvm-cvs-logs] CVS: scummvm/wince screen.h,1.3,1.4

Nicolas Bacca arisme at users.sourceforge.net
Mon May 13 23:52:01 CEST 2002


Update of /cvsroot/scummvm/scummvm/wince
In directory usw-pr-cvs1:/tmp/cvs-serv4118

Modified Files:
	screen.h 
Log Message:
(untested) support for 320x240 Zak screen resolution

Index: screen.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/wince/screen.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- screen.h	14 Mar 2002 22:37:50 -0000	1.3
+++ screen.h	14 May 2002 06:51:09 -0000	1.4
@@ -7,6 +7,7 @@
 #define UBYTE unsigned char
 #endif
 
+void SetScreenGeometry(int w, int h);
 int GraphicsOn(HWND hWndMain);
 void GraphicsOff();
 void GraphicsSuspend();





More information about the Scummvm-git-logs mailing list