Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '7zip/UI/Far/FarPlugin.h')
-rwxr-xr-x7zip/UI/Far/FarPlugin.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/7zip/UI/Far/FarPlugin.h b/7zip/UI/Far/FarPlugin.h
index 9f1fbe24..f61bbcb4 100755
--- a/7zip/UI/Far/FarPlugin.h
+++ b/7zip/UI/Far/FarPlugin.h
@@ -139,7 +139,15 @@ struct FarDialogItem
int Type;
int X1,Y1,X2,Y2;
int Focus;
- int Selected;
+ union
+ {
+ int Selected;
+ const char *History;
+ const char *Mask;
+ struct FarList *ListItems;
+ int ListPos;
+ CHAR_INFO *VBuf;
+ };
unsigned int Flags;
int DefaultButton;
char Data[512];