diff src/typedefs.h @ 1627:1a134b4dc88c

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 2842a051c870
children 66bf394d162a
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
@@ -793,12 +793,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;