diff src/typedefs.h @ 1623:66d4bd637fd7

use layout_set_fd() for changing images from a slideshow - this updates folder and icon in recursive slideshow mode preserve slideshow on layout change - fixes https://sourceforge.net/tracker/?func=detail&aid=1998513&group_id=222125&atid=1054680
author nadvornik
date Thu, 04 Jun 2009 21:07:03 +0000
parents 05909b952b06
children 94e4a47ccaff
line wrap: on
line diff
--- a/src/typedefs.h	Thu Jun 04 19:51:20 2009 +0000
+++ b/src/typedefs.h	Thu Jun 04 21:07:03 2009 +0000
@@ -790,12 +790,13 @@
 
 struct _SlideShowData
 {
-	ImageWindow *imd;
+	LayoutWindow *lw;        /* use this window to display the slideshow */
+	ImageWindow *imd;        /* use this window only if lw is not available,
+	                            FIXME: it is probably required only by img-view.c and should be dropped with it */
 
 	GList *filelist;
 	CollectionData *cd;
 	FileData *dir_fd;
-	LayoutWindow *layout;
 
 	GList *list;
 	GList *list_done;