summaryrefslogtreecommitdiff
path: root/preload.h
AgeCommit message (Collapse)AuthorFilesLines
2010-03-21Move configuration options to the walls_config_t.Jon Bergli Heier1-2/+0
This closes feature #7.
2010-01-09Store original pixbufs so that preloaded images can be properly resized.Jon Bergli Heier1-1/+2
load_pixbuf() will now load the original pixbuf, then draw the pre-resized pixbuf (if any) while keeping the original loaded. This way the image will be properly resized when needed. Added mutex calls to preload_clear().
2010-01-06Implemented threaded preloading of images.Jon Bergli Heier1-0/+22
The number of preloads is currently hardcoded in preload.c, an option to change this will be added shortly.