зеркало из https://github.com/mozilla/gecko-dev.git
Added IL_FlushCache
This commit is contained in:
Родитель
35d223aae2
Коммит
7accb6a9ba
|
@ -18,7 +18,7 @@
|
|||
|
||||
/* -*- Mode: C; tab-width: 4 -*-
|
||||
* libimg.h --- API calls to the Image Library.
|
||||
* $Id: libimg.h,v 3.3 1999/05/27 22:39:08 pnunn%netscape.com Exp $
|
||||
* $Id: libimg.h,v 3.4 1999/09/25 19:59:01 kipp%netscape.com Exp $
|
||||
*/
|
||||
|
||||
|
||||
|
@ -285,6 +285,11 @@ IL_UnCache(IL_Pixmap *pixmap);
|
|||
IL_EXTERN(uint32)
|
||||
IL_ShrinkCache(void);
|
||||
|
||||
/* Remove as many images as possible from the image cache. The only
|
||||
images not removed are those that are in use. */
|
||||
IL_EXTERN(void)
|
||||
IL_FlushCache(void);
|
||||
|
||||
/* Return the approximate storage consumed by the imagelib cache, in bytes */
|
||||
IL_EXTERN(uint32)
|
||||
IL_GetCacheSize(void);
|
||||
|
|
Загрузка…
Ссылка в новой задаче