aboutsummaryrefslogtreecommitdiff
path: root/src/frame.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2013-12-12 21:39:06 +0100
committerThomas White <taw@bitwiz.org.uk>2013-12-12 21:39:06 +0100
commit22288d6bd003576ada6b60917b6527837e2af108 (patch)
tree8e08bc8c4e16e6375f2cf1693f157290a6f7af63 /src/frame.h
parent808850b7bf4e0efd8d6f9882121bdde215d710c3 (diff)
Highlight troublesome frames
Diffstat (limited to 'src/frame.h')
-rw-r--r--src/frame.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/frame.h b/src/frame.h
index 1535761..2645060 100644
--- a/src/frame.h
+++ b/src/frame.h
@@ -106,6 +106,9 @@ struct frame
/* True if the aspect ratio of this frame should be maintained */
int is_image;
+
+ /* True if wrapping failed for this box */
+ int trouble;
};