summaryrefslogtreecommitdiffstats
path: root/src/inkscape-application.h
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2019-01-13 10:43:16 +0000
committerTavmjong Bah <tavmjong@free.fr>2019-01-13 10:43:16 +0000
commitdaf9901dea9679fd697e417b721652569fb84583 (patch)
tree42af0c29c184f4229096b03de4d83e93f4e19636 /src/inkscape-application.h
parentFix CI (diff)
downloadinkscape-daf9901dea9679fd697e417b721652569fb84583.tar.gz
inkscape-daf9901dea9679fd697e417b721652569fb84583.zip
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.
Diffstat (limited to 'src/inkscape-application.h')
-rw-r--r--src/inkscape-application.h1
1 files changed, 1 insertions, 0 deletions
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();