From 1f0ef0bc2e7d0b99feb05e57f1c15a5a739c48fa Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Wed, 23 Dec 2009 17:10:39 +0100 Subject: Reworked the main window. Images are now placed in their own icon view. Folders are selected in the above tree view, while the icon view displays thumbnails of the images in the selected folder. The thumbnails are cached using the thumbnail specification (~/.thumbnails/). --- thumbnails.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 thumbnails.h (limited to 'thumbnails.h') diff --git a/thumbnails.h b/thumbnails.h new file mode 100644 index 0000000..d4ab69f --- /dev/null +++ b/thumbnails.h @@ -0,0 +1,8 @@ +#ifndef _THUMBNAILS_H_ +#define _THUMBNAILS_H_ + +#include + +gpointer add_thumbs_thread(gpointer data); + +#endif -- cgit v1.2.3