From 07bea8814932ca9de313008ebcf6d44cac12460e Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 20 Jun 2012 09:05:24 +0000 Subject: fix theme comment fix CONTENT_ANY mask missing the script entry svn path=/trunk/netsurf/; revision=13978 --- content/content_type.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content') diff --git a/content/content_type.h b/content/content_type.h index c0b3a2b23..6488692fe 100644 --- a/content/content_type.h +++ b/content/content_type.h @@ -42,7 +42,7 @@ typedef enum { /** Navigator API Plugins */ CONTENT_PLUGIN = 0x10, - /** Themes (only GTK) */ + /** Themes (only GTK and RISC OS) */ CONTENT_THEME = 0x20, /** Javascript */ @@ -51,7 +51,7 @@ typedef enum { CONTENT_SCRIPT = 0x40, /** Any content matches */ - CONTENT_ANY = 0x3f + CONTENT_ANY = 0x7f } content_type; -- cgit v1.2.3