summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Heinecke <aheinecke@intevation.de>2018-02-09 16:10:32 +0100
committerAndre Heinecke <aheinecke@intevation.de>2018-02-09 16:11:40 +0100
commit7e27a0ff64626026521dc5877b278794cea72e61 (patch)
tree3c271ce46564ad148ec68c1fb2d1aedbabf339c5
parent201db83a7f1b7759173b6e9f0a844caef4da6cce (diff)
downloadgpgme-7e27a0ff64626026521dc5877b278794cea72e61.tar.gz
cpp: Add SpawnShowWindow flag
* lang/cpp/src/context.h (SpawnShowWindow): New.
-rw-r--r--lang/cpp/src/context.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/cpp/src/context.h b/lang/cpp/src/context.h
index 4cd5b307..aff8e49a 100644
--- a/lang/cpp/src/context.h
+++ b/lang/cpp/src/context.h
@@ -408,7 +408,8 @@ public:
enum SpawnFlags {
SpawnNone = 0,
SpawnDetached = 1,
- SpawnAllowSetFg = 2
+ SpawnAllowSetFg = 2,
+ SpawnShowWindow = 4
};
/** Spwan the process \a file with arguments \a argv.
*