[Scummvm-cvs-logs] CVS: scummvm/backends/wince dynamic_imports.h,1.1,1.2
Nicolas Bacca
arisme at users.sourceforge.net
Sun Jan 26 13:40:02 CET 2003
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/backends/wince logo.bmp,NONE,1.1 smartphone.h,NONE,1.1 smartphone.cpp,NONE,1.1 wince.h,NONE,1.1 pocketpc.h,NONE,1.1
- Next message: [Scummvm-cvs-logs] CVS: scummvm/backends/wince screen.h,1.5,1.6 screen.cpp,1.12,1.13
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/backends/wince
In directory sc8-pr-cvs1:/tmp/cvs-serv25657
Modified Files:
dynamic_imports.h
Log Message:
Add GXIsDisplayDRAMBuffer
Index: dynamic_imports.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/wince/dynamic_imports.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- dynamic_imports.h 22 Oct 2002 22:53:44 -0000 1.1
+++ dynamic_imports.h 26 Jan 2003 21:39:07 -0000 1.2
@@ -30,6 +30,7 @@
typedef int (*tGXOpenDisplay)(HWND, unsigned long);
typedef int (*tGXEndDraw)(void);
typedef void* (*tGXBeginDraw)(void);
+typedef BOOL (*tGXIsDisplayDRAMBuffer)(void);
extern tGXOpenInput dynamicGXOpenInput;
extern tGXGetDefaultKeys dynamicGXGetDefaultKeys;
@@ -41,3 +42,4 @@
extern tGXOpenDisplay dynamicGXOpenDisplay;
extern tGXEndDraw dynamicGXEndDraw;
extern tGXBeginDraw dynamicGXBeginDraw;
+static tGXIsDisplayDRAMBuffer dynamicGXIsDisplayDRAMBuffer;
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/backends/wince logo.bmp,NONE,1.1 smartphone.h,NONE,1.1 smartphone.cpp,NONE,1.1 wince.h,NONE,1.1 pocketpc.h,NONE,1.1
- Next message: [Scummvm-cvs-logs] CVS: scummvm/backends/wince screen.h,1.5,1.6 screen.cpp,1.12,1.13
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list