comparison src/Makefile.am @ 380:5afe77bb563a

Introduce a new struct ViewDir to handle directory views common data. Specific data is now in ViewDirInfoList and ViewDirInfoTree. Type of directory view can be specified with enum DirViewType. This is saved to rc file as layout.dir_view_type, which replace layout.view_as_tree. Code was modified to reflect these changes. This is a first to move to merge common code of view_dir_list.c and view_dir_tree.c and ease the introduction of new types of directory view.
author zas_
date Wed, 16 Apr 2008 14:45:22 +0000
parents 6cb3c072be3f
children 26c6e768bd47
comparison
equal deleted inserted replaced
379:a430eb2e3c95 380:5afe77bb563a
166 thumb.h \ 166 thumb.h \
167 thumb_standard.c \ 167 thumb_standard.c \
168 thumb_standard.h \ 168 thumb_standard.h \
169 utilops.c \ 169 utilops.c \
170 utilops.h \ 170 utilops.h \
171 view_dir.c \
172 view_dir.h \
171 view_dir_list.c \ 173 view_dir_list.c \
172 view_dir_list.h \ 174 view_dir_list.h \
173 view_dir_tree.c \ 175 view_dir_tree.c \
174 view_dir_tree.h \ 176 view_dir_tree.h \
175 view_file_list.c \ 177 view_file_list.c \