File: tile_cache.h

package info (click to toggle)
gimp 1.0.2-3
  • links: PTS
  • area: main
  • in suites: slink
  • size: 17,116 kB
  • ctags: 16,070
  • sloc: ansic: 226,067; lisp: 8,497; sh: 4,965; makefile: 4,543
file content (13 lines) | stat: -rw-r--r-- 257 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef __TILE_CACHE_H__
#define __TILE_CACHE_H__


#include "tile.h"


void  tile_cache_insert   (Tile          *tile);
void  tile_cache_flush    (Tile          *tile);
void  tile_cache_set_size (unsigned long  cache_size);


#endif /* __TILE_CACHE_H__ */