summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-05-17 12:38:06 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-05-17 12:38:06 +0100
commitc240fb0c008b57ee72ae6c1e9a9d94dbc3d7a955 (patch)
tree8bf702e42aa5884201db46eca8ecb73810304f18 /css
parent39cc1a6d4a77415de3a1b4ac8780c2d1b1839091 (diff)
downloadnetsurf-c240fb0c008b57ee72ae6c1e9a9d94dbc3d7a955.tar.gz
netsurf-c240fb0c008b57ee72ae6c1e9a9d94dbc3d7a955.tar.bz2
Enable :visited handling for experimentation.
Diffstat (limited to 'css')
-rw-r--r--css/select.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/css/select.c b/css/select.c
index 0d3be383a..ddfea62ad 100644
--- a/css/select.c
+++ b/css/select.c
@@ -1552,6 +1552,7 @@ css_error node_is_visited(void *pw, void *node, bool *match)
*match = false;
/** \todo Implement visted check in a more performant way */
+#define SUPPORT_VISITED
#ifdef SUPPORT_VISITED
nscss_select_ctx *ctx = pw;