summaryrefslogtreecommitdiff
path: root/libnautilus-private/nautilus-default-file-icon.h
diff options
context:
space:
mode:
authorJohn Sullivan <sullivan@src.gnome.org>2000-01-27 22:42:04 +0000
committerJohn Sullivan <sullivan@src.gnome.org>2000-01-27 22:42:04 +0000
commit40698cbec94f3b29e4f9dfe9ee534a92aa67ce83 (patch)
tree9544b4a669b193eb6c304b1db0c9434e9fac909f /libnautilus-private/nautilus-default-file-icon.h
parentf9a9b1eb0e4cd2f872032948e5fe80d46879b665 (diff)
downloadnautilus-40698cbec94f3b29e4f9dfe9ee534a92aa67ce83.tar.gz
Renamed FMIconCache to NautilusIconFactory and moved it to libnautilus.
Diffstat (limited to 'libnautilus-private/nautilus-default-file-icon.h')
-rw-r--r--libnautilus-private/nautilus-default-file-icon.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/libnautilus-private/nautilus-default-file-icon.h b/libnautilus-private/nautilus-default-file-icon.h
new file mode 100644
index 000000000..9e1ada817
--- /dev/null
+++ b/libnautilus-private/nautilus-default-file-icon.h
@@ -0,0 +1,33 @@
+/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*-
+
+ Default file icon used by the icon factory.
+
+ Copyright (C) 2000 Eazel, Inc.
+
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public
+ License along with this program; if not, write to the
+ Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ Boston, MA 02111-1307, USA.
+
+ Author: Darin Adler <darin@eazel.com>
+*/
+
+#ifndef NAUTILUS_DEFAULT_FILE_ICON_H
+#define NAUTILUS_DEFAULT_FILE_ICON_H
+
+extern const int nautilus_default_file_icon_width;
+extern const int nautilus_default_file_icon_height;
+extern const int nautilus_default_file_icon_has_alpha;
+extern const unsigned char nautilus_default_file_icon[];
+
+#endif /* NAUTILUS_DEFAULT_FILE_ICON_H */