diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-04-22 09:57:35 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-04-22 09:57:35 +0200 |
| commit | 76c0c6b21532aee82df5bd62cd886bc63d933899 (patch) | |
| tree | 2df231f8601402147514572120f762c69bf5c84a /Public/Developer/SystemLib/Headers/Dialog.h | |
| parent | e548e79578d692dce885e7ef3cb38d993e90e07f (diff) | |
MHR-5: Fix BootFileReader on EFI platforms (AMD64), also added CoreBoot
directory for CoreBoot API (NeWS)
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Public/Developer/SystemLib/Headers/Dialog.h')
| -rw-r--r-- | Public/Developer/SystemLib/Headers/Dialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Public/Developer/SystemLib/Headers/Dialog.h b/Public/Developer/SystemLib/Headers/Dialog.h index 800f56db..823b3366 100644 --- a/Public/Developer/SystemLib/Headers/Dialog.h +++ b/Public/Developer/SystemLib/Headers/Dialog.h @@ -27,13 +27,13 @@ typedef struct _DialogPort { DialogPoint dlgPosition; WmDialogFn dlgProc; struct _WmGFX* dlgGfx; - struct _WindowPort* parentPort; + struct _WmWindowPort* parentPort; } DialogPort; /// @brief Creates a new dialog from a rsrc fork id. /// @param rsrcId the resource id. /// @return the dialog port. -CA_EXTERN_C DialogPort* DlgCreateFromRsrc(QWordType rsrcId); +CA_EXTERN_C DialogPort* DlgCreateFromRsrc(QWordType rsrcId); /// @brief Shows an message box according to format. /// @param title the message box title |
