Better cut cursors and better chosen hot spots.
[gliv.git] / src / include / thumbnails.h
blob48c51d5691b2a4130f053eb36f6355f1ed4974a4
1 #ifndef THUMBNAILS_H
2 #define THUMBNAILS_H
4 #include "gliv.h"
5 #include "tree.h"
7 gboolean fill_thumbnail(tree_item * item);
8 void collection_add_thumbnail(gchar * key, GdkPixbuf * thumb);
10 #endif