summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2015-01-18 14:41:20 +0100
committerChristoph Lohmann <20h@r-36.net>2015-01-18 14:41:20 +0100
commit7c34d5061e372d44e20a27df375d785656614935 (patch)
treed6040d670a14724c95619da782df33a07bfdad35 /config.def.h
parent9333d5d72740b97d66df9bc4e3777d24c884c033 (diff)
downloadsurf-7c34d5061e372d44e20a27df375d785656614935.tar.gz
surf-7c34d5061e372d44e20a27df375d785656614935.tar.bz2
surf-7c34d5061e372d44e20a27df375d785656614935.zip
Add a comment about how the styles are iterated.
Thanks quing for noticing.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 6718a81..7b5cf8d 100644
--- a/config.def.h
+++ b/config.def.h
@@ -54,6 +54,10 @@ static Bool allowgeolocation = TRUE;
}
/* styles */
+/*
+ * The iteration will stop at the first match, beginning at the beginning of
+ * the list.
+ */
static SiteStyle styles[] = {
/* regexp file in $styledir */
{ ".*", "default.css" },