summaryrefslogtreecommitdiff
path: root/content/content_type.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2005-01-13 22:42:39 +0000
committerJames Bursa <james@netsurf-browser.org>2005-01-13 22:42:39 +0000
commitf0b264670e57d1eefd6f7e297b87cedf38d8be9a (patch)
treea9f2680f01e5cb9dab890b83ce05954a87bc8793 /content/content_type.h
parenta76404dfd076925eebeb8166f588e0d5e7a9fdd3 (diff)
downloadnetsurf-f0b264670e57d1eefd6f7e297b87cedf38d8be9a.tar.gz
netsurf-f0b264670e57d1eefd6f7e297b87cedf38d8be9a.tar.bz2
[project @ 2005-01-13 22:42:38 by bursa]
Start on theme auto-install. Fix content_add_user() not to broadcast error on memory exhaustion. svn path=/import/netsurf/; revision=1448
Diffstat (limited to 'content/content_type.h')
-rw-r--r--content/content_type.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/content/content_type.h b/content/content_type.h
index 484a877a6..4cbb49550 100644
--- a/content/content_type.h
+++ b/content/content_type.h
@@ -42,6 +42,9 @@ typedef enum {
#ifdef WITH_PLUGIN
CONTENT_PLUGIN,
#endif
+#ifdef WITH_THEME_INSTALL
+ CONTENT_THEME,
+#endif
/* these must be the last two */
CONTENT_OTHER,
CONTENT_UNKNOWN /**< content-type not received yet */