comparison src/view_file.c @ 554:2da72a136070

Prepare merging of some parts of view_file_list and view_file_icon and simplification of view_file* interface.
author zas_
date Sat, 03 May 2008 09:41:09 +0000
parents
children ebb2c2b1454d
comparison
equal deleted inserted replaced
553:32cf2e7992fd 554:2da72a136070
1 /*
2 * Geeqie
3 * Copyright (C) 2008 The Geeqie Team
4 *
5 * Author: Laurent Monin
6 *
7 * This software is released under the GNU General Public License (GNU GPL).
8 * Please read the included file COPYING for more information.
9 * This software comes with no warranty of any kind, use at your own risk!
10 */
11
12 #include "main.h"
13 #include "view_file.h"
14
15 #include "debug.h"
16 #include "view_file_list.h"
17 #include "view_file_icon.h"
18
19