From 2517546be1599c63843e45bf1ac6c9ddb9c0dbf4 Mon Sep 17 00:00:00 2001 From: Jonas Kümmerlin Date: Wed, 2 Jan 2019 17:44:51 +0100 Subject: implement cleanup functions --- alf/alf.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'alf/alf.h') 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); -- cgit v1.2.3