view osdep/shmem.h @ 11512:4ff38d168c2f

fix for vf_palette, because paletted 8-bit to BGR{15,16} conversion is incorrect. the conversion should be rewritten as a better fix.
author joey
date Sun, 23 Nov 2003 17:09:59 +0000
parents 3c856c0fc45e
children 6ac1ece1f9fe
line wrap: on
line source


void* shmem_alloc(int size);
void shmem_free(void* p,int size);