diff options
Diffstat (limited to 'alf/alf.h')
| -rw-r--r-- | alf/alf.h | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -53,13 +53,6 @@ typedef struct { } ALFWindowClassParams; typedef struct { - void *closure; - HWND hwndParent; - UINT windowStyle; - UINT windowExStyle; -} ALFWindowInstanceParams; - -typedef struct { HWND hwnd; UINT x; UINT y; @@ -93,7 +86,7 @@ void ALF_UnregisterWindowClass(ALFAPP app, LPCTSTR className); HWND -ALF_InstantiateWindow(ALFAPP app, LPCTSTR className, const ALFWindowInstanceParams *params); +ALF_InstantiateWindow(ALFAPP app, LPCTSTR className, HWND hwndParent, void *closure); ALFAPP ALF_ApplicationFromWindow(HWND hwnd); |
