From e68884314c563cd156d22c6cd1161e3c14ed8783 Mon Sep 17 00:00:00 2001 From: Kate Hart Date: Fri, 24 Jul 2020 00:41:12 -0700 Subject: 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` --- src/options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/options.h') 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; -- cgit v1.2.3