From daf9901dea9679fd697e417b721652569fb84583 Mon Sep 17 00:00:00 2001 From: Tavmjong Bah Date: Sun, 13 Jan 2019 11:43:16 +0100 Subject: Allow window to be closed when operating in batch mode. Most verbs require the presence of a GUI even if not really needed. A new option, --batch-process, allows one to force desktop windows to close after processing actions/verbs. Once all verbs are replaced by actions that don't require a GUI, this option can be removed. --- src/inkscape-application.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/inkscape-application.h') diff --git a/src/inkscape-application.h b/src/inkscape-application.h index 22e5a430a..4ce290030 100644 --- a/src/inkscape-application.h +++ b/src/inkscape-application.h @@ -45,6 +45,7 @@ public: protected: bool _with_gui; + bool _batch_process; // Temp bool _use_shell; InkscapeApplication(); -- cgit v1.2.3