working on #17, program mdi window is now created and sized properly, close to completing the group part once i finish... registry functions and a group dialog

This commit is contained in:
freedom
2023-08-10 13:37:45 -06:00
parent ba276117d7
commit fbdb45b4df
2 changed files with 13 additions and 11 deletions

View File

@@ -75,7 +75,7 @@ BOOL InitializeGroups();
VOID TempCreateGroup();
// Group Window
LRESULT CALLBACK GroupWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
GROUPWND CreateGroupWindow(PGROUP pgGroup);
PGROUPWND CreateGroupWindow(PGROUP pgGroup);
// Group information
DWORD GetGroupFlags(PGROUPWND pgw);
// Import/export functions