diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2019-11-07 16:43:02 +0100 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2019-11-07 16:43:02 +0100 |
commit | 8401448521221f38dfa0674c236ae99dde575538 (patch) | |
tree | 154d2c484b18221dda4a22b9581911cbd747cc2f /src/options.h | |
parent | e0e3deaca9201498d590879222b582e2c30ef3d5 (diff) | |
parent | de734d41517986273f8c887f892e15b66f0936ec (diff) |
Merge branch 'x11-properties' of https://github.com/Ferada/feh into Ferada-x11-properties
Diffstat (limited to 'src/options.h')
-rw-r--r-- | src/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h index 883c8e2..93474a9 100644 --- a/src/options.h +++ b/src/options.h @@ -128,6 +128,7 @@ struct __fehoptions { int zoom_mode; unsigned char adjust_reload; int xinerama_index; + char *x11_class; /* signed in case someone wants to invert scrolling real quick */ int scroll_step; |