view osdep/shmem.h @ 24091:e7df91814c0f

Minor code cleanup Move timed hiding of OSD progress bar to the same place where OSD messages are timed out.
author uau
date Tue, 21 Aug 2007 00:24:13 +0000
parents 3c856c0fc45e
children 6ac1ece1f9fe
line wrap: on
line source


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