From 39f4fd0dc7e025af5c653e43dc05e71455d99570 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 5 Oct 2020 00:16:46 +0200 Subject: screenshot: add --screenshot-sw option Probably worthless. As usual, the manpage dumps all the subtle differences due to implementation details on the user. --- options/options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'options/options.h') diff --git a/options/options.h b/options/options.h index 606bc6c8a2..b865ff8896 100644 --- a/options/options.h +++ b/options/options.h @@ -276,6 +276,7 @@ typedef struct MPOpts { struct image_writer_opts *screenshot_image_opts; char *screenshot_template; char *screenshot_directory; + bool screenshot_sw; int index_mode; -- cgit v1.2.3