Mercurial > flash_v2
view packages/services/gfx/mw/current/src/engine/devpal1.c @ 1777:c16341b1bac6 default tip
* Added execute permissions to files missed in conversion from CVS
| author | alexs |
|---|---|
| date | Mon, 12 Oct 2009 02:26:09 +0100 |
| parents | e0c0827131d1 |
| children |
line wrap: on
line source
/* * Copyright (c) 1999 Greg Haerr <greg@censoft.com> * * 1bpp (2 color) standard palette definition */ #include "device.h" /* * Standard palette for 2 color (monochrome) systems. */ MWPALENTRY mwstdpal1[2] = { RGBDEF( 0 , 0 , 0 ), /* black*/ RGBDEF( 255, 255, 255 ) /* white*/ };
