From 56dec873222e8881847ebcb246eaf67d69e4e86a Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 21 Mar 2011 20:23:33 +0100 Subject: Add method to forcefully disable antialiasing (closes GH-17) --- src/options.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/options.h') diff --git a/src/options.h b/src/options.h index 38b1526..431fdfc 100644 --- a/src/options.h +++ b/src/options.h @@ -107,6 +107,7 @@ struct __fehoptions { unsigned char no_blur_ctrl_mask; unsigned char no_pan_ctrl_mask; + int force_aliasing; int thumb_w; int thumb_h; int limit_w; @@ -175,6 +176,7 @@ struct __fehkb { struct __fehkey toggle_actions; struct __fehkey toggle_filenames; struct __fehkey toggle_pointer; + struct __fehkey toggle_aliasing; struct __fehkey jump_random; struct __fehkey toggle_caption; struct __fehkey toggle_pause; -- cgit v1.2.3