aboutsummaryrefslogtreecommitdiff
path: root/src/frame.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2015-03-14 21:49:52 +0100
committerThomas White <taw@bitwiz.org.uk>2015-03-14 21:49:52 +0100
commita64d95f6249ae90b566ac41201e4f40a20e7c2ce (patch)
tree88648af75604e0a292ba7d011cd65a973f45a5b4 /src/frame.h
parent974c5bc404f8b7f77d66a38ef0fcd0d3b990043d (diff)
Frame resizability/movability logic
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 e81197b..8f70c33 100644
--- a/src/frame.h
+++ b/src/frame.h
@@ -83,6 +83,9 @@ struct frame
/* True if the aspect ratio of this frame should be maintained */
int is_image;
+ /* True if this frame can be resized and moved */
+ int resizable;
+
/* True if wrapping failed for this frame */
int trouble;
};