diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-04-11 23:50:38 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-04-11 23:50:38 +0200 |
| commit | 3fca74d9544fc4cf0218b6e8154b53625bd3df66 (patch) | |
| tree | 87c9ddc676aeac0ea1e31ccceca0fb6838f4f362 /Public/Developer/SystemLib | |
| parent | 9223a6cec8ada95df6e45dfa9a1f92be53860c96 (diff) | |
Meta: Daily bump
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Public/Developer/SystemLib')
| -rw-r--r-- | Public/Developer/SystemLib/Headers/Window.h | 6 |
1 files changed, 6 insertions, 0 deletions
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); + |
