posixc.library: extract child creation in vfork to separate function
[AROS.git] / workbench / system / ftmanager / fontwindow_class.h
blobf7748dcf40dc2478994ce8affc63262c0a241f06
1 #ifndef FONTWINDOW_CLASS_H
2 #define FONTWINDOW_CLASS_H
4 #define FONTWINDOW_BASE TAG_USER
5 #define MUIA_FontWindow_Filename (FONTWINDOW_BASE + 1)
7 struct MUI_CustomClass *FontWindowClass;
9 #define FontWindowObject NewObject(FontWindowClass->mcc_Class, NULL //)
11 struct Hook CloseWinHook;
13 void CleanupFontWindowClass(void);
14 int InitFontWindowClass(void);
16 #endif