view osdep/shmem.h @ 14924:7f386d84805f

subtracting 8 from negative w and h rounds the dimension to the closest multiple of 16
author nicodvb
date Sun, 06 Mar 2005 21:15:24 +0000
parents 3c856c0fc45e
children 6ac1ece1f9fe
line wrap: on
line source


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