diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-01-09 12:34:26 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-01-09 12:34:26 +0100 |
commit | 4956bba42e65739a28e14d25cd05ee4601f67ca1 (patch) | |
tree | 90613df283e3b486351d0d8ba47728f46d3edbc1 /src/options.h | |
parent | 0c7a0b5379d6cfbd48df3ee568b79c6b988eec27 (diff) | |
parent | e68884314c563cd156d22c6cd1161e3c14ed8783 (diff) |
Merge branch 'add-windowid-option' of https://github.com/codehearts/feh into codehearts-add-windowid-option
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 4906004..5270f38 100644 --- a/src/options.h +++ b/src/options.h @@ -130,6 +130,7 @@ struct __fehoptions { unsigned char adjust_reload; int xinerama_index; char *x11_class; + unsigned int *x11_windowid; /* signed in case someone wants to invert scrolling real quick */ int scroll_step; |