From bad270c105bb5e7021ea850578903fda8e90d2e4 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 30 Aug 2013 14:47:00 +0200 Subject: Add is_image field to struct frame --- src/frame.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/frame.h') diff --git a/src/frame.h b/src/frame.h index 764cddc..6ee748b 100644 --- a/src/frame.h +++ b/src/frame.h @@ -111,6 +111,9 @@ struct frame /* True if this frame should be deleted on the next mouse click */ int empty; + + /* True if the aspect ratio of this frame should be maintained */ + int is_image; }; -- cgit v1.2.3