diff options
| author | Markus Mittendrein <git@maxmitti.tk> | 2020-04-24 22:03:13 +0200 |
|---|---|---|
| committer | Markus Mittendrein <git@maxmitti.tk> | 2020-04-24 22:03:13 +0200 |
| commit | 578a2f3725b3ad221442763f450e8e239a5422d0 (patch) | |
| tree | 61ad666be22b750fdcc78e71fdc01fb6d553ee82 /src/cc4group.h | |
| parent | 0e367485f950b2ab7b9bd1b6c5e4a9b5d328a5dc (diff) | |
| download | cc4group-578a2f3725b3ad221442763f450e8e239a5422d0.tar.gz cc4group-578a2f3725b3ad221442763f450e8e239a5422d0.zip | |
Treat packed groups like normal subfolders when opening a folder containing packed groups
Diffstat (limited to 'src/cc4group.h')
| -rw-r--r-- | src/cc4group.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/cc4group.h b/src/cc4group.h index 7e871a2..d06f636 100644 --- a/src/cc4group.h +++ b/src/cc4group.h @@ -192,7 +192,9 @@ typedef struct { struct { int File; // only a single regular file is allowed int Directory; // only a directory is allowed, contents are handled recursively - int All; // currently File | Directory + int HandleGroups; // groups are opened and contents are handled recursively + int NoGroupHandling; // currently File | Directory + int All; // currently File | Directory | HandleGroups } const AllowedEntryTypes; |
