summaryrefslogtreecommitdiff
path: root/alf/alfpriv.h
diff options
context:
space:
mode:
authorJonas Kümmerlin <jonas@kuemmerlin.eu>2020-05-30 16:16:50 +0200
committerJonas Kümmerlin <jonas@kuemmerlin.eu>2020-05-30 16:17:38 +0200
commit379e9fd3a72fbf5f136443284bc6a2d81bb828fa (patch)
tree74c0874be87dd342e7baf36a60b60b1c8f49f9ce /alf/alfpriv.h
parentf9cfbb8870a023478d52fd03c90abcbed9c49304 (diff)
toplevel: rename and reorganize functions
Diffstat (limited to 'alf/alfpriv.h')
-rw-r--r--alf/alfpriv.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/alf/alfpriv.h b/alf/alfpriv.h
index 0c5cc25..586bbba 100644
--- a/alf/alfpriv.h
+++ b/alf/alfpriv.h
@@ -17,11 +17,13 @@
#include "alfcompat.h"
#include "alflayout.h"
-extern TCHAR _alf_windowClass[];
extern TCHAR _alf_controlClass[];
void
-ALF_RegisterWindowClass(void);
+ALF_RegisterToplevelClass(void);
+
+void
+ALF_UnregisterToplevelClass(void);
void
ALF_RegisterControlClass(void);