diff options
| author | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-04-15 10:16:35 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-04-15 10:16:35 +0200 |
| commit | cbc4ce750f2edc797a50a1138c7894dee8919b05 (patch) | |
| tree | 8f5d12b3a1047178fe9c483b2f5c3b6e25b1bb21 /Private/Servers/CoreDisplay/Sources | |
| parent | c1d1c53450092799a25133a25e9676bb217e6f55 (diff) | |
Servers: Set kIPCBroadcast to kIPCBroadcastNew, we need specs regarding
that.
Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'Private/Servers/CoreDisplay/Sources')
| -rw-r--r-- | Private/Servers/CoreDisplay/Sources/CoreDisplay.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/Servers/CoreDisplay/Sources/CoreDisplay.c b/Private/Servers/CoreDisplay/Sources/CoreDisplay.c index 618bb031..5ea569ae 100644 --- a/Private/Servers/CoreDisplay/Sources/CoreDisplay.c +++ b/Private/Servers/CoreDisplay/Sources/CoreDisplay.c @@ -17,7 +17,7 @@ DWordType ServerStartup(VoidType) // as well. // - IPCSendMessage(kIPCBroadcast); /// broadcast our presence + IPCSendMessage(kIPCBroadcastNew); /// broadcast our presence return 0; } |
