summaryrefslogtreecommitdiff
path: root/alf/alf.h
diff options
context:
space:
mode:
Diffstat (limited to 'alf/alf.h')
-rw-r--r--alf/alf.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/alf/alf.h b/alf/alf.h
index 987874a..6730445 100644
--- a/alf/alf.h
+++ b/alf/alf.h
@@ -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);