diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-06-07 12:17:21 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-06-07 12:17:21 +0200 |
commit | 20dc3679e2ed4840c7b4db9aca43361222214199 (patch) | |
tree | 2661714aed1f1ce37dd0ec53dd953f312880b8c1 /src/options.h | |
parent | 481a0ec264aab1509f83334e66d929154ceb1d74 (diff) |
Add toggle_info key (closes #48)
Diffstat (limited to 'src/options.h')
-rw-r--r-- | src/options.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; |