aboutsummaryrefslogtreecommitdiff
path: root/src/frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frame.h')
-rw-r--r--src/frame.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/frame.h b/src/frame.h
index 2e645a6..bce1009 100644
--- a/src/frame.h
+++ b/src/frame.h
@@ -92,7 +92,8 @@ struct frame
size_t pos;
struct layout_parameters lop;
- struct style *style; /* Non-NULL if 'lop' came from SS */
+ struct style *style;
+ int lop_from_style;/* Trye if lop came from SS */
/* The rectangle allocated to this frame, determined by the renderer */
double x;