From da92889e88a89e48cbcce134b6afa7c504e7569e Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 22 Jan 2011 20:08:10 +0100 Subject: Add --zoom fill as equivalent to --auto-zoom --- src/options.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/options.h') diff --git a/src/options.h b/src/options.h index 966169a..283cf10 100644 --- a/src/options.h +++ b/src/options.h @@ -27,6 +27,9 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #ifndef OPTIONS_H #define OPTIONS_H +#define ZOOM_MODE_FILL 1 +#define ZOOM_MODE_MAX 2 + struct __fehoptions { unsigned char multiwindow; unsigned char montage; @@ -51,7 +54,6 @@ struct __fehoptions { unsigned char randomize; unsigned char jump_on_resort; unsigned char full_screen; - unsigned char auto_zoom; unsigned char draw_filename; unsigned char list; unsigned char quiet; @@ -120,6 +122,7 @@ struct __fehoptions { unsigned int geom_w; unsigned int geom_h; int default_zoom; + int zoom_mode; unsigned char adjust_reload; unsigned char mode; -- cgit v1.2.3