diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-07 00:23:01 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-07 00:23:01 -0400 |
| commit | 06adf7488da7cac837351256923b0ab5038d13ae (patch) | |
| tree | ef15173a02039197d23e3da32174666d2086617c /new/ui_windows.h | |
| parent | 35e1f8e14c98807652d12f6213d7af70f6130bf6 (diff) | |
Decided to start with the parenting stuff now.
Diffstat (limited to 'new/ui_windows.h')
| -rw-r--r-- | new/ui_windows.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/new/ui_windows.h b/new/ui_windows.h index 00a14c8..896762f 100644 --- a/new/ui_windows.h +++ b/new/ui_windows.h @@ -47,6 +47,7 @@ extern HRESULT logMemoryExhausted(const char *); extern HINSTANCE hInstance; extern int nCmdShow; extern HFONT hMessageFont; +extern HWND initialParent; // util_windows.c extern WCHAR *toUTF16(const char *); @@ -62,6 +63,6 @@ struct uiSingleHWNDControl { void (*voidEvent)(uiControl *, void *); void *voidEventData; }; -extern uiSingleHWNDControl *newSingleHWNDControl(DWORD, const WCHAR *, DWORD, HWND, HINSTANCE); +extern uiSingleHWNDControl *newSingleHWNDControl(DWORD, const WCHAR *, DWORD, HINSTANCE); #endif |
