From 2bb1b9e35cd1984e8e5529873bcf0713058914b4 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 12 Feb 2013 20:24:30 +0100 Subject: patch by sdaau: button bindings for zoom in / out --- 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 f3f49eb..27d3d38 100644 --- a/src/options.h +++ b/src/options.h @@ -207,6 +207,8 @@ struct __fehbb { struct __fehbutton menu; struct __fehbutton blur; struct __fehbutton rotate; + struct __fehbutton zoom_in; + struct __fehbutton zoom_out; }; void init_parse_options(int argc, char **argv); -- cgit v1.2.3