1 /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*-
2 
3    Default file icon used by the icon factory.
4 
5    Copyright (C) 2000 Eazel, Inc.
6 
7    This program is free software; you can redistribute it and/or
8    modify it under the terms of the GNU General Public License as
9    published by the Free Software Foundation; either version 2 of the
10    License, or (at your option) any later version.
11 
12    This program is distributed in the hope that it will be useful,
13    but WITHOUT ANY WARRANTY; without even the implied warranty of
14    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15    General Public License for more details.
16 
17    You should have received a copy of the GNU General Public
18    License along with this program; if not, write to the
19    Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
20    Boston, MA 02110-1301, USA.
21 
22    Author: Darin Adler <darin@bentspoon.com>
23 */
24 
25 #ifndef CAJA_DEFAULT_FILE_ICON_H
26 #define CAJA_DEFAULT_FILE_ICON_H
27 
28 extern const int caja_default_file_icon_width;
29 extern const int caja_default_file_icon_height;
30 extern const unsigned char caja_default_file_icon[];
31 
32 #endif /* CAJA_DEFAULT_FILE_ICON_H */
33