view osdep/shmem.h @ 25660:3993c96eaa95

Do not try to guess font metrics based on its bounding box. It was originally a workaround for fonts with bad ascender/descender values, but it breaks display of some otherwise valid fonts (bugzilla 987), so reverted.
author eugeni
date Sat, 12 Jan 2008 02:27:01 +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 */