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, 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;
};