r120: Added FSCache system for deciding when we need to reload things from disk.
commit24ae50a9622830338b30efcaa02460baa532c93c
authorThomas Leonard <talex5@gmail.com>
Tue, 30 Nov 1999 15:17:45 +0000 (30 15:17 +0000)
committerThomas Leonard <talex5@gmail.com>
Tue, 30 Nov 1999 15:17:45 +0000 (30 15:17 +0000)
tree9b908c21056faf939c21ea9dca2809b73d8d05be
parentd7eb516e087015035f5222cca1f4054130abbc1e
r120: Added FSCache system for deciding when we need to reload things from disk.
Starting converting the pixmaps system over - works pretty well, but might
be slightly inefficient still. Probably a few memory leaks too...
ROX-Filer/src/Makefile.in
ROX-Filer/src/filer.c
ROX-Filer/src/fscache.c [new file with mode: 0644]
ROX-Filer/src/fscache.h [new file with mode: 0644]
ROX-Filer/src/main.c
ROX-Filer/src/pixmaps.c
ROX-Filer/src/pixmaps.h
ROX-Filer/src/type.c