Mercurial > mplayer.hg
view osdep/shmem.h @ 25621:a09381e1a325
Fix ass_clear_fonts not deallocating fontdata.
author | eugeni |
---|---|
date | Tue, 08 Jan 2008 12:45:41 +0000 |
parents | 6ac1ece1f9fe |
children | 4129c8cfa742 |
line wrap: on
line source
#ifndef SHMEM_H #define SHMEM_H void* shmem_alloc(int size); void shmem_free(void* p,int size); #endif /* SHMEM_H */