Mercurial > flash_v2
view packages/services/gfx/mw/current/src/drivers/genmem.h @ 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) 2000 Greg Haerr <greg@censoft.com> * * Screen Driver Utilities * * Microwindows memory device routines header file */ /* entry points*/ /* genmem.c*/ PSD gen_allocatememgc(PSD psd); void gen_freememgc(PSD mempsd); void initmemgc(PSD mempsd,MWCOORD w,MWCOORD h,int planes,int bpp, int linelen,int size,void *addr); /* fb.c*/ MWBOOL fb_mapmemgc(PSD mempsd,MWCOORD w,MWCOORD h,int planes,int bpp, int linelen,int size,void *addr);
