aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Heinecke <[email protected]>2018-02-09 15:10:32 +0000
committerAndre Heinecke <[email protected]>2018-02-09 15:11:40 +0000
commit7e27a0ff64626026521dc5877b278794cea72e61 (patch)
tree3c271ce46564ad148ec68c1fb2d1aedbabf339c5
parentcore, w32: Enable spawning GUI applications (diff)
downloadgpgme-7e27a0ff64626026521dc5877b278794cea72e61.tar.gz
gpgme-7e27a0ff64626026521dc5877b278794cea72e61.zip
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.
*