more dialoggery

This commit is contained in:
freedom
2023-08-14 14:40:01 -06:00
parent f8578360f8
commit 488070e73d
5 changed files with 4 additions and 3 deletions

View File

@@ -62,8 +62,9 @@ typedef struct _GROUP {
// Group window information
typedef struct _GROUPWND {
// Window
// Windows
HWND hWndGroup;
HWND hWndListView;
// Group
PGROUP pGroup; // Pointer to GROUP structure
} GROUPWND, * PGROUPWND;