struct MidasShell {
    Widget               Widget;
    XrmDatabase          Database;
    char                 *Filename;
    int                  Changes;
};

typedef struct MidasShell MidasShell;
