summaryrefslogtreecommitdiffstats
path: root/commands.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-09-04 13:29:17 +0200
committerBert <ber.t@gmx.com>2011-09-04 13:29:17 +0200
commit26eae8be966ab8e7ef940806077b56bbc7c191bc (patch)
tree054ff1f2f46ce23a3d32877db891d9f6448b4ffc /commands.h
parentd585b863548737f6e3815e204d4d01b206236ec2 (diff)
downloadnsxiv-26eae8be966ab8e7ef940806077b56bbc7c191bc.tar.zst
Made i(t)_toggle_alpha command work in thumbnail mode too
Diffstat (limited to 'commands.h')
-rw-r--r--commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands.h b/commands.h
index 2ea8ae1..580ea82 100644
--- a/commands.h
+++ b/commands.h
@@ -58,7 +58,7 @@ int i_fit_to_win(arg_t);
int i_fit_to_img(arg_t);
int i_rotate(arg_t);
int i_toggle_antialias(arg_t);
-int i_toggle_alpha(arg_t);
+int it_toggle_alpha(arg_t);
int it_open_with(arg_t);
int it_shell_cmd(arg_t);