aboutsummaryrefslogtreecommitdiff
path: root/src/web.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/web.hh')
-rw-r--r--src/web.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/web.hh b/src/web.hh
index 2c22edb5..2e8fbf69 100644
--- a/src/web.hh
+++ b/src/web.hh
@@ -15,7 +15,8 @@ extern "C" {
*/
#define WEB_RootUrl 1
#define WEB_Image 2
-#define WEB_Download 4 /* Half implemented... */
+#define WEB_Stylesheet 4
+#define WEB_Download 8 /* Half implemented... */
typedef struct _DilloWeb DilloWeb;