Re: [Geeqie-devel] Question data structures

2009-04-09 Thread Vladimir Nadvornik
On čt 9. dubna 2009, Oscar Miras wrote: > Hi all, > > > I think *list contains all PanItems , but what's the function of *queue? I think that queue contains a list of Image or Thumbnail PanItems that needs to be loaded and ensures that they are loaded one-by-one (see pan_queue_step). Vladimir

[Geeqie-devel] Question data structures

2009-04-09 Thread Oscar Miras
Hi all, Anyone could answer me what's the difference , in PanWindow data strcuture, between *queue and *list? struct _PanWindow { GtkWidget *window; ImageWindow *imd; ImageWindow *imd_normal; FullScreenData *fs; GtkWidget *path_entry; GtkWidget *label_message; GtkWid