diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-03-10 23:17:56 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-03-11 01:13:09 +0000 |
| commit | f9d8d9fcac87fa45517cebb0bb1d5c5c1ffc39ee (patch) | |
| tree | af066b6c17ad6cd3c518e2d4b1d9c6999eb598b7 | |
| parent | a40e9852ea159602b63f9d0af16a039862703c14 (diff) | |
Stop the server immediately quitting under OS X; allow it to stay
alive even though it has no main window (part of #1481).
| -rw-r--r-- | src/tools/dcpomatic_server.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/dcpomatic_server.cc b/src/tools/dcpomatic_server.cc index dc640ff03..ab3e5b258 100644 --- a/src/tools/dcpomatic_server.cc +++ b/src/tools/dcpomatic_server.cc @@ -308,6 +308,8 @@ private: splash->Destroy (); } + SetExitOnFrameDelete (false); + return true; } |
