cpp: Add SpawnShowWindow flag

* lang/cpp/src/context.h (SpawnShowWindow): New.
This commit is contained in:
Andre Heinecke 2018-02-09 16:10:32 +01:00
parent 201db83a7f
commit 7e27a0ff64
No known key found for this signature in database
GPG Key ID: 2978E9D40CBABA5C

View File

@ -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.
*