From 20dc3679e2ed4840c7b4db9aca43361222214199 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 7 Jun 2011 12:17:21 +0200 Subject: Add toggle_info key (closes #48) --- 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 431fdfc..f0015c9 100644 --- a/src/options.h +++ b/src/options.h @@ -68,6 +68,7 @@ struct __fehoptions { unsigned char screen_clip; unsigned char hide_pointer; unsigned char draw_actions; + unsigned char draw_info; unsigned char cache_thumbnails; unsigned char cycle_once; unsigned char hold_actions[10]; @@ -175,6 +176,7 @@ struct __fehkb { struct __fehkey render; struct __fehkey toggle_actions; struct __fehkey toggle_filenames; + struct __fehkey toggle_info; struct __fehkey toggle_pointer; struct __fehkey toggle_aliasing; struct __fehkey jump_random; -- cgit v1.2.3