summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-04-11 23:50:38 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-04-11 23:50:38 +0200
commit3fca74d9544fc4cf0218b6e8154b53625bd3df66 (patch)
tree87c9ddc676aeac0ea1e31ccceca0fb6838f4f362
parent9223a6cec8ada95df6e45dfa9a1f92be53860c96 (diff)
Meta: Daily bump
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
-rw-r--r--Private/Documentation/.gitkeep (renamed from Public/Documentation/.gitkeep)0
-rw-r--r--Private/Documentation/Spec.md (renamed from Public/Documentation/Spec.md)0
-rw-r--r--Private/Documentation/Todo.md (renamed from Public/Documentation/Todo.md)0
-rw-r--r--Private/Documentation/kernel-design.drawio (renamed from Public/Documentation/kernel-design.drawio)0
-rw-r--r--Public/Developer/ServerLib/.gitkeep0
-rw-r--r--Public/Developer/SystemLib/Headers/Window.h6
-rw-r--r--Servers/.gitkeep0
7 files changed, 6 insertions, 0 deletions
diff --git a/Public/Documentation/.gitkeep b/Private/Documentation/.gitkeep
index e69de29b..e69de29b 100644
--- a/Public/Documentation/.gitkeep
+++ b/Private/Documentation/.gitkeep
diff --git a/Public/Documentation/Spec.md b/Private/Documentation/Spec.md
index 458d17a9..458d17a9 100644
--- a/Public/Documentation/Spec.md
+++ b/Private/Documentation/Spec.md
diff --git a/Public/Documentation/Todo.md b/Private/Documentation/Todo.md
index 2c4af6e5..2c4af6e5 100644
--- a/Public/Documentation/Todo.md
+++ b/Private/Documentation/Todo.md
diff --git a/Public/Documentation/kernel-design.drawio b/Private/Documentation/kernel-design.drawio
index d78ac170..d78ac170 100644
--- a/Public/Documentation/kernel-design.drawio
+++ b/Private/Documentation/kernel-design.drawio
diff --git a/Public/Developer/ServerLib/.gitkeep b/Public/Developer/ServerLib/.gitkeep
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/Public/Developer/ServerLib/.gitkeep
diff --git a/Public/Developer/SystemLib/Headers/Window.h b/Public/Developer/SystemLib/Headers/Window.h
index ad626e2e..ca0b942e 100644
--- a/Public/Developer/SystemLib/Headers/Window.h
+++ b/Public/Developer/SystemLib/Headers/Window.h
@@ -156,3 +156,9 @@ CA_EXTERN_C VoidType WmReleaseMenu(WindowPort* port);
/// @param where to move.
/// @return error code.
CA_EXTERN_C Int32Type WmMoveWindow(WindowPort* id, WmPoint where);
+
+/// @brief Get the NewOS about window.
+/// @return The window port of it.
+/// @note The reason that this is not a window is for it to run without blocking the UI.
+CA_EXTERN_C WindowPort* WmGetOSDlg(void);
+
diff --git a/Servers/.gitkeep b/Servers/.gitkeep
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/Servers/.gitkeep