[Scummvm-cvs-logs] CVS: scummvm/wince bitmaps.cpp,NONE,1.1 screen.cpp,1.2,1.3

Nicolas Bacca arisme at users.sourceforge.net
Thu Mar 14 13:57:07 CET 2002


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

Added Files:
	bitmaps.cpp screen.cpp 
Log Message:
Add files for new WinCE port

--- NEW FILE: bitmaps.cpp ---
#ifdef _WIN32_WCE

// Bitmaps used for WCE

// FIXME - use palette|bitmap format for paletted devices

#include <windows.h>
#include "screen.h"


// The (empty) toolbar

UBYTE item_toolbar[] = { 
	0x04, 0x02, 0x04, 0x04, 0x02, 0x04, 0x04, 0x02, 0x04, 
	0x04, 0x02, 0x04, 0x04, 0x02, 0x04, 0x04, 0x02, 0x04, 
	0x04, 0x02, 0x04, 0x04, 0x02, 0x04, 0x04, 0x02, 0x04, 
	0x04, 0x02, 0x04, 0x04, 0x02, 0x04, 0x04, 0x02, 0x04, 
	0x04, 0x02, 0x04, 0x04, 0x02, 0x04, 0x04, 0x02, 0x04, 
	0x04, 0x02, 0x04, 0x04, 0x02, 0x04, 0x04, 0x02, 0x04, 
[...10244 lines suppressed...]
	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 
	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 
	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 
	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 
	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 
	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 
	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 
	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 
	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 
	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 
	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 
	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 
	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 
	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 
	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 
	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 
	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 
	0x00, 0x00, 0x00 };

#endif





More information about the Scummvm-git-logs mailing list