more... group...

This commit is contained in:
freedom
2023-09-06 06:09:25 -06:00
parent 0d237c5039
commit 6ac03d7a1b
3 changed files with 7 additions and 7 deletions

View File

@@ -80,7 +80,7 @@ extern HWND hWndMDIClient;
BOOL InitializeGroups();
// Group Window
LRESULT CALLBACK GroupWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
PGROUPWND CreateGroupWindow(PGROUP pgGroup);
HWND CreateGroupWindow(GROUP grp);
// Group information
BOOL SetGroupFlags(PGROUPWND pgw, DWORD dwFlags);
BOOL GetGroupFlags(PGROUPWND pgw, DWORD dwFlags);