summaryrefslogtreecommitdiffhomepage
path: root/Private/Servers/CoreDisplay/Sources/CoreDisplay.c
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-04-14 15:23:49 +0200
committerAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-04-14 15:23:49 +0200
commitc1d1c53450092799a25133a25e9676bb217e6f55 (patch)
tree8937c868184ebafd315f080a0ee2395a65da1f3e /Private/Servers/CoreDisplay/Sources/CoreDisplay.c
parent44dff975612602772f3470edad646f2ded3ef0b4 (diff)
Kernel: Start add PowerPC support according to plan, implement
HalVirtualMemory.cxx Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'Private/Servers/CoreDisplay/Sources/CoreDisplay.c')
-rw-r--r--Private/Servers/CoreDisplay/Sources/CoreDisplay.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/Private/Servers/CoreDisplay/Sources/CoreDisplay.c b/Private/Servers/CoreDisplay/Sources/CoreDisplay.c
index c681730c..618bb031 100644
--- a/Private/Servers/CoreDisplay/Sources/CoreDisplay.c
+++ b/Private/Servers/CoreDisplay/Sources/CoreDisplay.c
@@ -2,13 +2,13 @@
Copyright Mahrouss Logic
- File: Server.c
+ File: CoreDisplay.c
Purpose: Display server.
------------------------------------------- */
#include <CoreDisplay.h>
-#include <IPCWrapper.h>
+#include <IPC.h>
/// @brief Called when the server starts.
DWordType ServerStartup(VoidType)
@@ -26,6 +26,7 @@ DWordType ServerStartup(VoidType)
DWordType ServerShutdown(VoidType)
{
CDCloseDisplay(); /// takes no arguments.
+ IPCSendMessage(kIPCBroadcastDispose); /// broadcast our presence
return 0;
}