diff src/view_file_list.c @ 557:d8d61dc4ff52

Introduce ViewFileInfoList and ViewFileInfoIcon (not used yet).
author zas_
date Sat, 03 May 2008 11:58:41 +0000
parents cca1c3b1b948
children c0e47b628f76
line wrap: on
line diff
--- a/src/view_file_list.c	Sat May 03 11:34:13 2008 +0000
+++ b/src/view_file_list.c	Sat May 03 11:58:41 2008 +0000
@@ -32,6 +32,8 @@
 
 #include <gdk/gdkkeysyms.h> /* for keyboard values */
 
+#define VFLIST_INFO_POINTER(_vf_) ((ViewFileInfoList *)(_vf_->info))
+#define VFLIST_INFO(_vf_, _part_) (VFLIST_INFO_POINTER(_vf_)->_part_)
 
 enum {
 	FILE_COLUMN_POINTER = 0,