summaryrefslogtreecommitdiff
path: root/render/box.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/box.h')
-rw-r--r--render/box.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/render/box.h b/render/box.h
index bf56df591..1d61696c3 100644
--- a/render/box.h
+++ b/render/box.h
@@ -127,6 +127,7 @@ struct box {
char * text;
unsigned int space : 1; /* 1 <=> followed by a space */
unsigned int clone : 1;
+ unsigned int style_clone : 1;
char * href;
char * title;
unsigned int length;