diff options
| author | Andre Heinecke <[email protected]> | 2018-02-09 15:10:32 +0000 | 
|---|---|---|
| committer | Andre Heinecke <[email protected]> | 2018-02-09 15:11:40 +0000 | 
| commit | 7e27a0ff64626026521dc5877b278794cea72e61 (patch) | |
| tree | 3c271ce46564ad148ec68c1fb2d1aedbabf339c5 /lang/cpp/src | |
| parent | core, w32: Enable spawning GUI applications (diff) | |
| download | gpgme-7e27a0ff64626026521dc5877b278794cea72e61.tar.gz gpgme-7e27a0ff64626026521dc5877b278794cea72e61.zip  | |
cpp: Add SpawnShowWindow flag
* lang/cpp/src/context.h (SpawnShowWindow): New.
Diffstat (limited to 'lang/cpp/src')
| -rw-r--r-- | lang/cpp/src/context.h | 3 | 
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.       *  | 
