summaryrefslogtreecommitdiff
path: root/alf/alf.h
diff options
context:
space:
mode:
Diffstat (limited to 'alf/alf.h')
-rw-r--r--alf/alf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/alf/alf.h b/alf/alf.h
index 62f4563..f057b10 100644
--- a/alf/alf.h
+++ b/alf/alf.h
@@ -88,6 +88,9 @@ ALF_UnregisterWindowClass(ALFAPP app, LPCTSTR className);
HWND
ALF_InstantiateWindow(ALFAPP app, LPCTSTR className, HWND hwndParent, void *closure);
+void
+ALF_DestroyWindow(HWND win);
+
ALFAPP
ALF_ApplicationFromWindow(HWND hwnd);