diff options
author | Dennis Real <github@tildepipe.org> | 2013-02-14 17:02:16 +0100 |
---|---|---|
committer | Dennis Real <github@tildepipe.org> | 2013-02-14 17:02:16 +0100 |
commit | 08faff479023efff6380061d81362073f679cd34 (patch) | |
tree | a462195afe9a6e2e2249f070c12ff6d1ff60d65c /src/options.h | |
parent | 353578ebc130f53547996ab87f5b3795c1360f3f (diff) | |
parent | 43a7d315ae6952e096ae3a0351273c5639377870 (diff) |
Merge branch 'master' of git://github.com/derf/feh
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 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); |