Mercurial > geeqie
diff src/typedefs.h @ 384:392dd6541d51
Merge parts of view_dir_list/tree constructors/destructors to
view_dir.
author | zas_ |
---|---|
date | Wed, 16 Apr 2008 16:54:38 +0000 |
parents | 5afe77bb563a |
children | c4080362d619 |
line wrap: on
line diff
--- a/src/typedefs.h Wed Apr 16 16:05:12 2008 +0000 +++ b/src/typedefs.h Wed Apr 16 16:54:38 2008 +0000 @@ -529,6 +529,9 @@ struct _ViewDir { DirViewType type; + gpointer info; + void (*widget_destroy_cb)(GtkWidget *widget, gpointer data); + GtkWidget *widget; GtkWidget *view; @@ -549,8 +552,6 @@ GtkWidget *popup; PixmapFolders *pf; - - gpointer info; }; struct _ViewDirInfoList