diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-12 19:19:06 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-12 19:19:06 -0400 |
| commit | 54ba083fe9665d8213ffbcb4f65913f5d07132e5 (patch) | |
| tree | 60c4767e7d206a49edb561cc34b8ab3b63790321 /new/init_windows.c | |
| parent | 74e4238fe73c40473b219409ad80e819528b947e (diff) | |
Set up the foundation for the new Windows uiParent.
Diffstat (limited to 'new/init_windows.c')
| -rw-r--r-- | new/init_windows.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/new/init_windows.c b/new/init_windows.c index d0390be..9903934 100644 --- a/new/init_windows.c +++ b/new/init_windows.c @@ -95,7 +95,7 @@ const char *uiInit(uiInitOptions *o) if (hMessageFont == NULL) return loadLastError("loading default messagebox font; this is the default UI font"); - ce = initInitialParent(hDefaultIcon, hDefaultCursor); + ce = initParent(hDefaultIcon, hDefaultCursor); if (ce != NULL) return loadLastError(ce); |
