summaryrefslogtreecommitdiff
path: root/src/options.h
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-02-13 13:49:25 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2010-02-13 13:49:25 +0100
commit85821865c9cc3824469d96a34f29b0983f8cfdc7 (patch)
treebe76afdb848914a373d83ca3b9aa12cd8fc2a429 /src/options.h
parent5297ab5b519c09e5ca115955037664acd5eb164e (diff)
Rework button options
Diffstat (limited to 'src/options.h')
-rw-r--r--src/options.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/options.h b/src/options.h
index 0c60c9b..ba88fc8 100644
--- a/src/options.h
+++ b/src/options.h
@@ -92,10 +92,12 @@ struct __fehoptions
gib_style *menu_style_l;
- unsigned char next_button;
+ unsigned char pan_button;
unsigned char zoom_button;
unsigned char menu_button;
unsigned char menu_ctrl_mask;
+ unsigned char prev_button;
+ unsigned char next_button;
unsigned char rotate_button;
unsigned char blur_button;