diff options
author | Thomas White <taw@bitwiz.org.uk> | 2013-05-12 20:30:51 +0200 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2013-05-12 20:30:51 +0200 |
commit | eb732a89ceef91b0b184100dc72d38b75bf65386 (patch) | |
tree | 6fd326d2f4dc67f6b1d27c7b1f7be28a20b750d3 /src/frame.h | |
parent | bc477b0f599bb3b25c1a30bf9852a7f8de243030 (diff) |
Add lop_from_style
Diffstat (limited to 'src/frame.h')
-rw-r--r-- | src/frame.h | 3 |
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; |