diff options
author | Kate Hart <codehearts@users.noreply.github.com> | 2020-07-24 00:41:12 -0700 |
---|---|---|
committer | Kate Hart <codehearts@users.noreply.github.com> | 2020-07-24 00:41:12 -0700 |
commit | e68884314c563cd156d22c6cd1161e3c14ed8783 (patch) | |
tree | 0af8baf82843d9980bf5943ff798a0dbda2e4243 /src/options.h | |
parent | 5c59089f12b7b07d46626ecdccf0cfcd4e875e26 (diff) |
Add windowid option to draw to an existing window
This lets `feh` draw the background pixmap of an existing window,
opening the door for use with tools like `xscreensaver` or `xsecurelock`
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; |